Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Creating Table in Oracle Through VFP
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00275548
Message ID:
00275569
Views:
29
>Any way create a table in Oracle through the coding in VFP
>I can do all the other work besides this.
>
>Connected through Oracle through ODBC
>
>Help required

You can use SPT. VFP Example Code:
lnHandle = SQLConnect()
if lnHandle > 0
   SQLExec(lnHandle, "create table test1 (xfld1 char(10), xfld2 number(7,2))")
endif
Mark McCasland
Midlothian, TX USA
Previous
Reply
Map
View

Click here to load this message in the networking platform