Hi,
I found on Internet a little class (cryptoApi) which I adapt to encrypt and decrypt a table located in a database. I develop on WIN2000 and it is still working. But on my other computer which is running under WIN XP, it doesn't work. Does anyone know why?
Thanks
Const
I sent the thread184-320865 and it didn't work as they proposed me. If you have time please try it. Records in the first fields don't have the added quotes.
Thanks
Const
I wanted to export the following table to a .csv file
sField1 sField2 sField3
Father Mother Brother
I obtained the following result:
sField1,sField2,sField3
Father,"Mother","Brother"
The code I used is:
Select 1
COPY TO (curdir() + "table") TYPE...
I wanted to export the following table to a .csv file
sField1 sField2 sField3
Father Mother Brother
I obtained the following result:
sField1,sField2,sField3
Father,"Mother","Brother"
The code I used is:
Select 1
COPY TO (curdir() + "table") TYPE...
Hi All,
I wanted to export a .dbf file to a .csv one. with COPY TO ... and some additive characters are added to my character fields.
Ex:
In the table, I have:
Field1 : Father
Field2 : Mother
In the .csv file the result is
Field1 : "Father"
Field2 : "Mother"
Extra (")...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.