Ask a Question related to ASP Database, Design and Development.
-
Tim M #1
SQL Server Problem
Hi
Using ADO, when I run the 'sp_columns' strored procedure
for a particular table in my database it returns all
information correctly. However, when I try to run a
query on the same table (or any table for that matter) I
get an error saying the table doesn't exist in the
database.
Does anyone know what is wrong?
Thanks,
Tim
Tim M Guest
-
I?ve got a problem writing files on the server side withFlash Media Server 2.0.2 and 2.0.3.
Hello, I?ve got a problem writing files on the server side with Flash Media Server 2.0.2 and 2.0.3. The same code was working fine with an older... -
Testing Server problem: Server name or address couldnot be resolved!
Not sure if this helps but I was going step by step in the Getting Started Experience Tutorial and when it got to the Database tab -- RDS Login... -
frontpage 2003 server extension problem with server 2003
I have frontpage 2003 on a server 2003 . I get the following message when I use sharepoint admin and I try to recalculate the web The server... -
Problem with Apache Web Server config file and PHP (please give advice on what problem may be me)
HI: Can anyone refer me to someone that can help with the problem below. I installed Apache Web Server on my laptop which has Windows XP. I... -
Problem: Copy data from server 1 to server 2
Hi together ! I have a problem: I "just" wan't to copy some records from server 1 to server 2 (same table). But here are the problems: 1.... -
Bob Barrows #2
Re: SQL Server Problem
Tim M wrote:
It sounds like a permisions problem. Verify that the login you are using to> Hi
>
> Using ADO, when I run the 'sp_columns' strored procedure
> for a particular table in my database it returns all
> information correctly. However, when I try to run a
> query on the same table (or any table for that matter) I
> get an error saying the table doesn't exist in the
> database.
>
> Does anyone know what is wrong?
>
> Thanks,
> Tim
connect to SQL has permissions to the database and the tables. See SQL Books
Online (in your SQL Server start menu program group) for details.
Bob Barrows
--
Microsoft MVP - ASP/ASP.NET
Please reply to the newsgroup. This email account is my spam trap so I
don't check it very often. If you must reply off-line, then remove the
"NO SPAM"
Bob Barrows Guest



Reply With Quote

