Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Using OleDBCommand to Insert VFP records
Message
 
To
19/08/2007 09:47:41
General information
Forum:
ASP.NET
Category:
Coding, syntax and commands
Miscellaneous
Thread ID:
01248996
Message ID:
01249010
Views:
31
Hi Bonnie. Thnaks for replying.

Do you know if the VFPOleDB is the only prvider that works like that, or are there other ones out there also ?

Regards,
Gerard



>Gerard,
>
>Yes,the VFPOleDB provider requires positional parameters and does not work with named parameters. The syntax you used with the ? is the correct syntax.
>
>~~Bonnie
>
>
>
>>Hi.
>>I am having lots of troulbe using Parameters with OleDbCommand and ExecuteNonQuery command. Its coming up with syntax errors at runtime.
>>
>>Initially I tried the following:
>>--------------------------------
>>My String is like:
>>string sql = "Insert into MyTable (Fielda,Fieldb) Values (@Fielda,@Fieldb)"
>>and added a parameter for each field.
>>This always gave a Syntax Error at runtime
>>
>>I then tried:(After seeing one example)
>>-------------
>>string sql = "Insert into MyTable (Fielda,Fieldb) Values (?,?)"
>>and just added the fields in turn (without the @)
>>This seemed to work ok.
>>
>>It would seem that you cannot use Named Paramaters, and they must be strictly in sequence.Can anybody confirm this and also the syntax of the bit in the sql string after the Values.
>>
>>Are there any examples anywhere of using VFP and OleDBParamater .I've done a search on the net but examples semm to be in short supply.
>>
>>Regards,
>>Gerard
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform