Skip to content

gordoncrenshaw/odbc-performance-batch-updates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

ODBC-BatchUpdates-Performance

Performance Test for ODBC Batch Updates

This sample code was created in Visual Studio 2013 Express. The sample code is written in C. When creating the Visual Studio project, select a Win32 Console Application, Empty Project. The compiler will need to be changed to the C compiler. This can be changed by starting at the main menu and selecting Project -> Preferences -> C/C++ -> All Options -> Compile As -> Compile As C Code (/TC).

The create table statement for this example is for SQL Server. If the sample is used with another database, the data types in the create table statement will probably need to be changed. If the create table statement is being modified, the bind parameters will probably need to be changed, too.

ODBCBatchUpdates.c is the ANSI version

ODBCBatchUpdatesU.c is the UNICODE version

About

Performance Test for ODBC Batch Updates

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages