Databases

Oltp in c

The following C project contains the C source code and C examples used for oltp. 'oltp' is a simulator for online transaction processing in a multi-user system like UNIX or LINUX.If you learning UNIX or LINUX IPC's like massage queues,semaphores..etc then YOU can try this...

Exchange blobs (binary large objects) with mysql databases in matlab

The following Matlab project contains the source code and Matlab examples used for exchange blobs (binary large objects) with mysql databases . MYBLOB_DEMO - Demonstrate the use of the MYBLOB tool kit MYBLOB_OPEN - Open the connection to a MySQL database MYBLOB_COMMAND - Send an SQL statement to a MySQL database MYBLOB_FROM_DB - Retrieve a blob (binary large object) from a MySQL database MYBLOB_TO_DB - Send a blob (binary large object) to a MySQL database MYBLOB_CLOSE - Close the connection to the MySQL database * Install MyODBC from www.

export a recordset to a delimited text file without iterating the recordset in visual basic

The following Visual Basic project contains the source code and Visual Basic examples used for export a recordset to a delimited text file without iterating the recordset. This example shows you how to use the file system object and the recordset's GetString method to export recordset data to a delimited text file.

convert null values from a recordset into strings -- yet another method in visual basic

The following Visual Basic project contains the source code and Visual Basic examples used for convert null values from a recordset into strings -- yet another method. When assigning string values from a recordset that can be null, append a zero-length string to them. This makes them no longer null, and doesn't modify correctly populated strings.

benchmark the different methods of referencing ado recordset field values in visual basic

The following Visual Basic project contains the source code and Visual Basic examples used for benchmark the different methods of referencing ado recordset field values. This test application demonstrates the performance of the different methods of referencing the values of recordset fields by benchmarking the code.

Pages

Subscribe to RSS - Databases