Forum: C# Aug 20th, 2006 |
| Replies: 6 Views: 5,929 When using the ExecuteScalar, the returned value is NULL. Any ideas?
I have an application which was using MS Access and using OLE DB all over the place. I need to change the db to be MySQL. I... |
Forum: C# Aug 19th, 2006 |
| Replies: 6 Views: 5,929 i am using c# with a MySQL database, using OleDbConnection and OleDbReader.
When running a query using the count(*) function and try reading the returned value using:
OleDbReader.getInt32(0),... |
Forum: C# Mar 29th, 2006 |
| Replies: 16 Views: 29,595 yes i am connecting to the database, and i am getting,inserting and updating data in the db.
However when i run an SQL query which includes the LIKE statement and add the wild card * before and... |
Forum: C# Mar 28th, 2006 |
| Replies: 16 Views: 29,595 i have the same problem. i have tried both * and %. * works in MS Access but not from C#.
did u manage to solve it or go around it? |