webserver
-
Hi I am having problems with my asp page on my remote webserver Every time i try to use a stored procedure it returns saying a table doesn't exist If i put in a select query into the command the line the table is there has anyone got any ideas? cheers boyindie
-
Hi I am having problems with my asp page on my remote webserver Every time i try to use a stored procedure it returns saying a table doesn't exist If i put in a select query into the command the line the table is there has anyone got any ideas? cheers boyindie
Two things come to mind: 1: Do you have the requisite permissions on the database objects? 2: Is the page using the correct connection string?
-
Two things come to mind: 1: Do you have the requisite permissions on the database objects? 2: Is the page using the correct connection string?
-
I have sorted the problem I was tryin to add to a users table I am guessin that is a keyword or somthing in mySQL as i changed the table name to system_users and it works fine now cheers boyindie
Nice: here is a list from MySql to help: http://dev.mysql.com/doc/refman/4.1/en/reserved-words.html[^]