GRANT Privilege Go Bye Bye

2003-01-10 Thread Kevin Wixson
Ummm...what exactly do you do if you end up with a situation where no user has GRANT permission? Like, perhaps while experimenting with user administration in MySQL, the GRANT privilege was removed from every user? Thank you, Kevin Wixson IT Manager Norman Camera & Video (616) 567-55

RE: Binary Data and BLOB Problem

2002-12-31 Thread Kevin Wixson
QL (obviously I'm doing something wrong, else I wouldn't be getting errors using the AppendChunk method) or with converting the data into a binary type so it can be written to the adTypeBinary type Stream object. At 05:01 PM 12/30/2002 -0700, you wrote: Hi Kevin; You may want to lo

Binary Data and BLOB Problem

2002-12-30 Thread Kevin Wixson
quot; Response.Write "..." End If My connection string is: MM_connShooters_STRING = "driver={MySQL ODBC 3.51 Driver}; database=[name];uid=[id];pwd=[pass];OPTION=16427;" The constant conChunkSize is 100. I have checked the max packet size (set to 1550) and as you can see,