Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Parameter reference (calling Sergey)
Message
De
09/08/2004 05:41:12
Rene Lovino
Bigfoot Global Solutions, Inc
Cebu, Philippines
 
 
À
05/08/2004 12:28:57
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00930922
Message ID:
00931699
Vues:
20
Hi Derek,

I'm sorry if I did not respond immediately. I'm on vacation and I did not check this question on the thread.

I suspect that you are using SQL Sever 2000.

Try to use set quoted_identifier as follows:

set quoted_identifier off
go
create procedure procedurename
as ...
....


Note that in SQL Server 2000 the double quote ("") can cause an Invalid column name error.


Let me know if this will correct the problem.



Rene

This doesn't work as when I try to save the code I get the error:

Error 207: Invalid column name 'select * from '.Invalid column name 'a where a.User_ID = '.

Any ideas?
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform