Hi all, I am trying to insert a Blob data type into one of my tables. However, i can't seem to be able to find any information on how to do it via a Insert statement by using the MySQL query browser. If anyone knows, please help me out. Thanks!
shaoen86
Posts
-
Insert Images to MySQL via SQL Statement? -
Date SelectorYou are absolutely right! Thanks for your help and it works fine right now. Cheers! :)
-
Date SelectorYeah, the client side script source is correct. With ot without the extra folder that i want it to work in. I think it must be something else that is wrong.
-
Date SelectorI have checked my source code when i register the control and its absolutely correct as i have referenced to other javascripts as well. Can you give me an example on how to do that? Sorry, but i am a newbie to asp so not very sure.
-
Date SelectorI am using the coding of the date selector from the link below. Below is the link: [HTML]http://www.codeproject.com/aspnet/ASPNET\_DateSelector.asp\[/Html\] I place the scripts and images folders into another folder called DateSelector. The web form that is using the date selector is inside another folder called Web development. And i did the following code below to register the control. [Code]<%@Register TagPrefix="SControls" TagName="DateSelector" src="../DateSelector/DateSelector.ascx" %> [/Code] But the calendor does not pop up when i click on it. However it works fine if i put the images and scripts folders into the Web Development folder. This is not a very big problem but i like all folders to neatly categorized in folders. If anyone knows why, please let me know. Thank you