Using the C API for MySQL I am trying to convert a piece of ProC code so that I can use it in MySQL and I am having a bit of a problem. The function prototype lloks like the following:

int write_blob(db_thread_t* dbh, OCIBlobLocator* blob_in, unsigned char* data, uint32_t data_len)

I am not a ProC guru and nor do I think I want to be, but I do want to get this working on MySQL. Can anyone tell me or point me in the right direction so I can find the equiv. or if MySQL even needs this type.

Thanks,
Sean


-- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]



Reply via email to