Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Crazy SQL in COM Server
Message
From
23/07/2003 14:26:47
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Title:
Crazy SQL in COM Server
Miscellaneous
Thread ID:
00812876
Message ID:
00812876
Views:
42
Greetings,

I have proc in a MTDLL that is supposed to update a single record.
I am using the SQL Update syntax with a WHERE clause, However, it Updates EVERY record in the table... I can find no information about how or why this happening.

I am calling the proc from an ASP page thus:
myKey='This'
myName='That'
Set oLib=server.createobject('myLib.myProcs')
oRun=oLib.myUpdater(myKey,myName)

Inside the DLL:
*..................................................
Procedure myUpdater
Parameters theKey,theName

Open Database myDatabase
Use myTable

UPDATE myTable SET NAME=theName WHERE tKey=theKey

Close Database
RETURN
*..................................................

I've tried using a SEEK and just REPLACING the Field contents but that doesn't work either. So I've got a ghost somewhere.

Where should I look?

Thanks

David
Next
Reply
Map
View

Click here to load this message in the networking platform