0
votes
0answers
101 views

Postgresql ODBC driver build

We are trying to compile source of ODBC drives for windows with no succeed. Es we work with Access as frontend and our location is Spain, we need to translate every comma as dot (client->server) and ...
1
vote
1answer
217 views

Syntax error in INSERT INTO statement

I have a problem when i m connection with access database then i m getting a error Syntax error in INSERT INTO statement. and my code is : string str = ("Provider=Microsoft.ACE.OLEDB.12.0;Data ...
1
vote
2answers
1k views

Parameterized query for inserting values

I was trying to insert values into an Access database using a parameterized query: private void button1_Click(object sender, EventArgs e) { if (validationcontrol()) { ...
1
vote
1answer
381 views

Using ANSI C to extract binary image data from database into a .jpg file

I am using an ANSI C compiler (LabWindows/CVI version 2010) to extract integer, string and floating point data from an existing Access 2010 database with good success. However, I have not been able ...
2
votes
1answer
865 views

transferring from PLC (OPC client server Kepware) to MS Access, C

I am completely new to working with PLCs, but I have a project that need fetch data from an OPC client server, then send it to an Access database table. The bulk of the code minus OPCWriteGroupItems ...
0
votes
1answer
280 views

Using a variable in a MS Access query in a C program

I am writing a small C (.c file) app that connects to an OPC server client then outputs the data into a MS Access database. I need to get the query to work while using a variable. My query is: ...
-1
votes
1answer
79 views

Need to solve this Error

Using Oledb to connect to an MS Access DB. I get the following error when the Open Function of the OleDbConnection class is called "The 'Microsoft.Jet.OLEDB.4.0' provider is not registered on the ...
0
votes
2answers
3k views

how to connect turbo c/c++ program to database

I want to connect turbo c or turbo c++ program with any database like MS Access/SQL Server/Oracle/MySQL. If any body know then please tell me and also give source code for it. Thanks, Karandeep ...