Bug #22463 PrimaryKey column collection not populated after FillSchema()
Submitted: 19 Sep 2006 5:31 Modified: 28 Sep 2006 9:28
Reporter: Jeremy Prine Email Updates:
Status: Can't repeat Impact on me:
None 
Category:Connector / ODBC Severity:S3 (Non-critical)
Version:3.15.12 OS:Windows (Windows XP SP2)
Assigned to: CPU Architecture:Any

File: Maximum allowed size is 50MB.
Description:
Privacy:

If the data you need to attach is more than 50MB, you should create a compressed archive of the data, split it to 50MB chunks, and upload each of them as a separate attachment.

To split a large file:

[19 Sep 2006 5:32] Jeremy Prine
SQL to create Posts table used by test code

Attachment: Posts table structure.sql (text/x-sql), 427 bytes.

[19 Sep 2006 5:33] Jeremy Prine
C# code used to test for bug

Attachment: OdbcTest.cs (text/plain), 1.50 KiB.

[19 Sep 2006 5:33] Jeremy Prine
Console output after executing test code

Attachment: Test code output.txt (text/plain), 198 bytes.