Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Database Table Trouble

Status
Not open for further replies.

lucidity23

Programmer
Feb 14, 2001
99
US
Ok...I am using a database on a web site I have...I access it using ASP pages. I have an ASP page where the code is sound and works for all the other tables in this DB. I recently converted this DB from access98 to access2000. I added this new table in access2000. Are there any known problems with tables not being recognized in a converted db? Is there a step I am missing? any help would be welcome...thanks.

I am posting this in both the Office forum and ASP forum.
- carpe diem -
 
You haven't really stated your problem ?

What do you mean "not being recognized" ? Does you ASP code not find the table or does the table not exist in SQL after your conversion ?

"Are there any known problems with tables not being recognized in a converted db?"
- very general question !!

"Is there a step I am missing?"
- what steps are you doing ??
 
Simple question, have you changed your DB connection to the new DB?

 
Access 2000 has database/table permissions that you may have to configure, ie to give you select, insert, update, and execute permissions, make sure that these are setup correctly. If they are not it may prevent you from accessing certain tables.
 
Maybe the problem is that u convert localy the database to Acess 2000 but on the server is still Acess 98.. ________
George, M
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top