C
Chukkalove
Visual studio 2003, MySQL database, MySQL odbc 3.51 driver
Is it possible to create the file dataset.xsd programmatically?
I'm trying to create my dataset1.xsd file for using with crystal reports.
The database is mySQL and the data connection is sat in my server exporer
bar. The tables and fields are enumerated correctly in the server explorer,
but when i try to drag and drop any item onto the dataset1.xsd designer
surface I receive a sql error -
"The wizard detected the following problems when configuring the data
adapter for "users".
Details:
Error in SELECT clause: exression near ""
Error in FROM clause: near ""
Unable to parse query text."
If I press OK, then i receive the message -
"The following unexpected error has occurred:
There were errors dropping "users" onto the designer. The XML schema could
not be interpreted from this object. "
Im stuck and relatively inexperienced so I don't know where to go from here.
I thought that it might be possible to create a dataset from code then write
it to file. How would I go about this please?
Is it possible to create the file dataset.xsd programmatically?
I'm trying to create my dataset1.xsd file for using with crystal reports.
The database is mySQL and the data connection is sat in my server exporer
bar. The tables and fields are enumerated correctly in the server explorer,
but when i try to drag and drop any item onto the dataset1.xsd designer
surface I receive a sql error -
"The wizard detected the following problems when configuring the data
adapter for "users".
Details:
Error in SELECT clause: exression near ""
Error in FROM clause: near ""
Unable to parse query text."
If I press OK, then i receive the message -
"The following unexpected error has occurred:
There were errors dropping "users" onto the designer. The XML schema could
not be interpreted from this object. "
Im stuck and relatively inexperienced so I don't know where to go from here.
I thought that it might be possible to create a dataset from code then write
it to file. How would I go about this please?