Re: VB.NET MySQL Connection String
Posted by: Robert Brainard
Date: October 09, 2004 09:38PM

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?

Options: ReplyQuote


Subject
Written By
Posted
Re: VB.NET MySQL Connection String
October 09, 2004 09:38PM


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.