prathinesh
Programmer
Hi All
I am working with a task where i need to evaluate an sybase odbc driver on mac for odbc version 3.5.
So i got a test suite downloaded from the net which tests the odbc sqldriver on windows for odbc specification 2.5 and i am going thru the way they implemented the architecture in desingning the tests to test the driver.It consists of nearly 200 tests and all are written in c++ and iam trying to understand the code because i need to develop the same type of test suite which tests the driver for the compliance of odbc 3.5 version.
As i proceeded with ,i came to an understand that we need to write an ODBC application which invokes the ODBC api functions and tests the funcationality of those functions. and then i thought of downloading the ODBC sdk which is required for the programming which i got it thru MDAC of microsoft and i installed it on my system it installed all the dlls into a specific folder .These dlls contains all the header files of odbc api which we need to include in our app.
Note that i am writing the application in C language , now i should include these functions in my app. so included the header files (for EX: <include sql.h>) this gives an error saying header could not be included.
So now i stuck at this point.
Can you please suggest me that the way i am approaching is correct or not.If i am correct then suggest me as how i need to include those ODBC api into my app. and suggest me all the possible ways that u think better in approaching this task.
hope u get to me quickly as it is priority task to me
regards and thanks in advance
bye
pratinesh
I am working with a task where i need to evaluate an sybase odbc driver on mac for odbc version 3.5.
So i got a test suite downloaded from the net which tests the odbc sqldriver on windows for odbc specification 2.5 and i am going thru the way they implemented the architecture in desingning the tests to test the driver.It consists of nearly 200 tests and all are written in c++ and iam trying to understand the code because i need to develop the same type of test suite which tests the driver for the compliance of odbc 3.5 version.
As i proceeded with ,i came to an understand that we need to write an ODBC application which invokes the ODBC api functions and tests the funcationality of those functions. and then i thought of downloading the ODBC sdk which is required for the programming which i got it thru MDAC of microsoft and i installed it on my system it installed all the dlls into a specific folder .These dlls contains all the header files of odbc api which we need to include in our app.
Note that i am writing the application in C language , now i should include these functions in my app. so included the header files (for EX: <include sql.h>) this gives an error saying header could not be included.
So now i stuck at this point.
Can you please suggest me that the way i am approaching is correct or not.If i am correct then suggest me as how i need to include those ODBC api into my app. and suggest me all the possible ways that u think better in approaching this task.
hope u get to me quickly as it is priority task to me
regards and thanks in advance
bye
pratinesh