[unixODBC-support] Parsing string
Michel Boaventura
michel at michelboaventura.com
Mon May 31 19:34:22 BST 2010
Hello,
I'm helping pspp development (www.gnu.org/software/pspp) and trying to
make it support odbc.
I'm facing an issue that I'm wondering if there is a better way to solve it.
I receive from the pspp's parser a string like this:
"DSN=MSAccess;UID=user;PWD=password".
The order here is not important. To call SQLConnect, I must split this
string into dsn,user and pass.
I could do it using strstr(), but I'm wondering if there is function
similar to SQLConnect
which receives this string and take care of it itself?
Regards,
Michel
More information about the unixODBC-support
mailing list