Re: VB.NET MySQL Connection String
ok, got it to work...(took out provider= part)
however, now I get System.byte[] whenver reading a blob from recordset
e.g:
String s= rs["FieldName"].ToString()
// s now = "System.byte[]"
For OleDb, and SqlDB..."text" fields are properly returned from this call, so thought "blobs" would be returned properly from MySql provider?
Subject
Written By
Posted
Re: VB.NET MySQL Connection String
October 09, 2004 09:38PM
November 08, 2004 08:17PM
November 09, 2004 11:21AM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.