How To Enter Data In Multiple Databases On Login Basis

I am new user of ASP and as well as this forum, i want to make a web page, to enter data,in which , first user login page, then he enter data on his authorize database, database names are same as user login name.

e.g if someone login as user xyz he must open xyz.mdb, and if other login as abc he must open only abc.mdb to enter data, and data entry page must validate fields such that numeric fields, text fields, numeric lenght, etc

View Replies


ADVERTISEMENT

Reading Data From Multiple Databases

i have data in multiple access databases (not multiple tables within one database file) and was wondering if there is a way with ASP to display selected data on one webpage from these different databases?

View Replies View Related

Multiple Databases

I need script or a link to a tutorial that will allow me to do the following.

User enters username and password site checks the username and password against database1
if the user entered the correct username and password the page shows records from database2 if the user enterend incorrect username or password then nothing happens.

I am new to this forum and really looking forward to being involved in the community.

View Replies View Related

Multiple Databases

I'm trying to pull information from two different databases, use it, and then put it back into a database. The program I am writing is one which will keep track of exempt employees' absences. At the end of the year, employees get to rollover the sick days that they do not use. Herein lies the problem. The information on how many sick days an employee is in an AD download on one server. The information on how many days that employee has taken this year is on another. I need to take that information do a little math, and then add those days into a different table on the same server that the absences came off of to keep track of their "sick bank".
I would like to just Loop the information, but I cannot put recordsets inside recordsets and I cannot create a view from two separate servers, so I am at a stop sign. Can I just take all of the users and the amout of sick days they have and put them in a text file and then pull off of the text file? I'm not quit sure how to do this.

View Replies View Related

Multiple Databases And ASP

I need script or a link to a tutorial that will allow me to do the following.

User enters username and password
site checks the username and password against database1
if the user entered the correct username and password the page shows records from database2 if the user enterend incorrect username or password then nothing happens.

I am new to this forum and really looking forward to being involved in the community.

View Replies View Related

ODBC To Multiple MySql Databases

The code below gives error when executing the sql, because ODBC can't connect to the second database (DB_ANA). Code:

strConn = "driver={MYSQL ODBC 3.51 Driver}; "
strConn = strConn & " server=localhost;port=3306;Option=16834;
Database=db_cciaa;UID=ivmn;"
Conn.Open strConn

sql = "SELECT SC.COGNOME, NA.VIA FROM DB_CCIAA.TB_SELEZIONATE AS SC LEFT JOIN DB_ANA.TB_ANA AS NA ON (SC.COD_FISCALE = NA.CF)"
set rsProva = conn.execute (sql)

It seems to me incredible that I couldn't execute a join between different databases in MySql, also because it isn't possible to create links to different databases as in Access I do.

View Replies View Related

Automatically Enter Data Into A Field

i am trying to create a html form which you can enter the course data into the form and it will add it to the database, but i want the form so when you select the course name from the dropdown box it automatically finds the id from a different table which the id is specified as an autonumber. the tables i have are courses_data with all the data in and course_title which hold the course titles and thier unique ids.

View Replies View Related

Transfer Of Data Between Two Databases

Can you pleaseeee let me know if what I am attempting to do is possible? ....and how. I have a Access database at backend of my ASP site. Is there a way in which I can design a page which will pick up only the records modified/added today in one database and add those to another database?

Is transfer of data between two databases possible?

View Replies View Related

Selecting Data From Two Databases

I am trying to write a SELECT query in ASP to retrieve information from two databases (that must be kept seperate :-().

I have managed it using Access using something similar to the code included below, which I have modified for ASP. Looking around this seems to not be possible in ASP, instead the general recommendation is to link tables??? I would prefer to do it using ASP. Code:

View Replies View Related

SQL To Recall And Add Data To MS Access Databases?

How do you use SQL to recall and add data to MS Access databases? or is there a seperate way? ...

View Replies View Related

Preventing Multiple Login Prompts When Using 2 Different Domains

We have 2 domains for internal purposes: one for users (have to login
and domain has SSL) and another for sponsors (have to login and domain
does NOT have SSL).

Now when a user logs in and there are pages that have info from the
sponsors domain, users are asked to login again with a warning message
saying if they want to see secure and nonsecure information. How can
I bypass the second login? Is there something I can do in active
directory, IIS, or ASP to not have the second login appear?

View Replies View Related

Entering Data Into A RecordSet After Login?

I have a page where the user logins in and is taken to another page. On this page i want them to insert data into another table within my database.

At the moment however it just enters data into the database once. I'm assuming it�s because I don't have a recordset set up. How do get the ID of the user so that it will insert the new data into the relevant recordset.

View Replies View Related

Multiple Data Through Url

How can i pass more then one variable (within "href"), so that i can read the variables in the url using "request.querystring"?

View Replies View Related

Multiple Rows Of Data

I need to have a table with 3 fields whereby the user can input the data and insert into my database using this website. However, I need this table to be dynamic so that after the user input the info for the first row, the user can click on add another row button and another blank row comes out. then the user can input the info for the second row and so on.

I am using ASP in the end to insert the data. I need some advice on how to create this kind of table where the user can click on one button to add another row and then able to insert all data in the entire table into database using asp.

number filename filesize
1 aaa.asp 123MB

add more data

View Replies View Related

Updating Multiple Data

How do i update multiple records?I used to put the values in an array after splitting them.But what i noticed was , if there are values that are seperated with commas in the field value itself then it is taking the field value to be 2 in number.for eg:

if my field1 has value of abcd,defg and my field2 has value 123.When i update my field1 is updated with abcd and filed2 is updated with defg and so on? How can i overcome this?i want the values to be updated correctly into their respective field.

View Replies View Related

Select Multiple Data

Currently I have a combo box that shows records from a Select query using Group By. So it only shows each record type once. I can currently search for records using the combo box but I want to search for multiple records in the combo box.

For example, if in the combo box it shows records: Adam, Bob, Carl,,,etc.. Right now if I click on Adam, the search will bring up all of the Adams. What I want to be able to do is to be able to click on multiple records such as Adam and Carl and have all of the Adam and Carls show up.

View Replies View Related

Retreiving Data From Multiple Tables

I have 3 tables, product, industry and plist. product has productID and product, industry has industryID and industry, plist has productID foreign key with productID on product table and industryID foreign key with industryID on industry table.

In the plist table I am storing the productID and the industryID's that relate to that productID..

industryID productID
1 4
1 7
1 9
1 10
etc.

What I want in my ASP page is to return the actual products that each industry serves. So for the above example my script should return the products in the product table that relate to the productID's 4, 7, 9, 10, when I search it by industryID 1. I hope this is making sense. Code:

View Replies View Related

Displaying Data In Multiple Columns

I thought its more space efficient of displaying the data in multiple columns (let's say 2 columns for now), instead of one loooooooooong column in a table, are there a simple script of coding that can do just that?
How about 3 columns?

View Replies View Related

Display Multiple Data On Hyperlink In ASP

how can I display multiple access data on hyperlink in ASP?? For example like I click on Monday link it will only display all the informaton about Monday and click tuesday will only display tuesday information on same page.

View Replies View Related

Multiple Recordsets On The Same Data Connection??

I want to pull 2 different recordsets using 2 different stored
procedures using the same Data Connection. Below is the code that I
currently have, but I'm getting an 'Object Required' error message. Am
I doing this correctly, or at least headed in the right direction? Can
someone tell me the most efficient way (provide a code example) to pull
2 different recordsets from the same Data Connection? Code:

View Replies View Related

(Multiple) Insert If Data Is Not Empty

I have 6 textboxes where user can input data (or can leave it blank). I need to insert all the data (if not blank) into the database. How should be SQL query be like? ...

View Replies View Related

Display Data In Multiple Columns

I have let say 100 record from database, then I wanted to display in 4 columns, so each column will have 25 records. hot to d that?

View Replies View Related

Export Data To Multiple Sheet

when user click a button data will be fetched from database based upon condition and it will be exported to multiple sheets of a single excel work book. what I am doing, onclick of button in main page, I am invoking a new asp page through document.location.href=test.asp.

In test.asp page created a instance of excel.applicaion and then fetching data from backend and putting data to different workbook cells of the the excel and at the end making excel.visible=true but the problem is excel file not getting visible on client machine.

But when I remove some server side code and put the rest of code inside vbscripting tag in the main asp page then the excel file becomes visible on client machine. I am not getting the where the problem lies in the first part .

View Replies View Related

Collect Data In Multiple Forms

I Need to collect about 400 pieces of text information (of various types and sizes) in about seven forms in seven different pages and post all the data finally to a database. I would like to know what is the best mechanism to pass data from form1 through form 7.

Users should be able to go to previous pages and edit entered data. Should I pass them as hidden variables or retain them as session variables or are there other more efficient ways to do this?

Also, I want to be able to later retrieve the data and porpulate the forms with the data so that users can edit the data and post it again. I am using ASP to do this (not .net). Any help from a generous programmer?

View Replies View Related

Multiple Drop Down Boxes Retrieving Data From DB

I have a database with many tables. I have many objects on my form, textboxes, checkboxes etc... I need to populate a second drop down box after selecting the first drop down box with out the user clicking a button, Yes Master I know how to do the JavaScript onchange but every thin I have looked at uses hard coded data in their example. Can you give me a form example using you tutorial DB of multiple DD Boxes.

View Replies View Related

Exporting Data From Ms-access To Multiple Excel Worksheets

How to export data from ms-access database to excel worksheet. mainly i need to export data to multiple worksheets. it is very urgent to us.

View Replies View Related

On Enter Tab

For some reason the office manager wants to press enter for go to next line not tab - how can I do this without the form submitting?

I have tried to point out tabbing is not a issue to anyone in the office but she is being stubben.

View Replies View Related

Enter Key Problems

I have a form on an ASP page that shows a whole range of miscellaneous stuff. The parts in question are a single text box and a submit button. When I use the submit button, my form does what it is supposed to.

However, if I put focus on the text box and press the enter key, my form submits to the next page, but it's blank. Any ideas.

View Replies View Related

Do Not Press Enter

I am trying to dissable the enter key on a form. Users are hitting enter instead of tab and results in an error. Can I dissable the enter key or make the enter key function as a tab?

View Replies View Related

Enter Key Behavior

When the cursor is in an INPUT TEXT control and the Enter key is hit,
what it's happen. I mean what is the chain of actions starting from that
point.

I have an ASP application that save modifications (qty chang in an input
text) when the user navigate from page to page. For doing so I check if
the value of the TEXT control differ from the value in the table. If so,
I insert or update the table. But, when I hit Enter it is exactly the
same as if I moved to another page. I would like to know exactly what's
happen, in order to take advantage of this behavior.

View Replies View Related

Enter Text

My customer needs to be able to change some of the text on a page from time to time.

She can do this using a form's text area but I'd prefer to design so that she can prepare the text in her PC and then upload it to the page.How can I do this?

View Replies View Related

Press Enter

if anyone knew how to get the enter key to advance to the next text box and so on in ASP ?

View Replies View Related

Enter Coding

i need a script to go from field to another in an asp page with the enter button instead of the tab button, and the submit button is the space instead of the enter button.

View Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved