Always remain updated about current software development trends

Articles having tag: ADO

Problem with Microsoft.ACE.OLEDB.12.0 when source file has more than 32k rows

Solution to my pb:It seems that there is no EOF if they are more than 32K rows.To detect the EOF and exit the 'while' loop I need to check if the data in the excel record set is not null. stillData = True While (Not rsEX.EOF And stillData) If IsNull(rsEX!Date)...

Flexible CSV reader/writer with progress reporting

Flexible CSV reader/writer with progress reporting and many file format variations

Improving Delphi TDBGrid

Improve Delphi's TDBGrid by adding some new features to it

How to print Invoice using VB6..?

Using Data Report and VB6 code to design and print Invoice.

  • Page 1 of 1
  •