Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
MySQL question
Message
From
11/02/2011 16:05:34
James Blackburn
Qualty Design Systems, Inc.
Kuna, Idaho, United States
 
 
To
11/02/2011 14:47:13
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
01499811
Message ID:
01499819
Views:
67
I am pretty sure that the delimiter for a new line in mySql is a semicolon. The line below should work. I am also wondering if you couldn't do the same thing using sqlexec().
mcode1="use mydatabase;alter table customer ADD email_add VARCHAR(45);" 
?sqlexec(mscon,mcode1,'resultcur') 
>I'm using VFP with MySQL database.
>
>I want to modify the table, the original code:
>
>
>C:\Program Files\MySQL\MySQL Server 5.1\bin\
>mysql -umydata -pmypassword 
>use mydatabase;
>alter table customer ADD email_add VARCHAR(45);
>
>
>in PRG:
>
>
>lcOldDir=Fullpath(Curdir())
>CD "C:\Program Files\MySQL\MySQL Server 5.1\bin\"
>mcode1="use mydatabase;"
>mcode2="alter table customer ADD email_add VARCHAR(45);"
>RUN mysql -umydata -pmypassword -e %mcode1%
>cd (lcOldDir)
>
>
>I don't know how to put the two lines command.
>
>any suggestion?
>
>thanks for the help.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform