problem in listbox value and mysql database in vb.net

Posted by testkhan on Stack Overflow See other posts from Stack Overflow or by testkhan
Published on 2010-03-28T22:17:57Z Indexed on 2010/03/28 22:23 UTC
Read the original article Hit count: 171

Filed under:

i have a problem in inserting the listbox value into mysql database in vb 2008 i.e

if i select a video file i.e D:\videos\video1.mpg and add a msgbox() event before inserting into data base it shows the exact path i.e D:\videos\video1.mpg but when i check my database it shows me as D:videosvideo1.mpg how can i solve that

© Stack Overflow or respective owner

Related posts about vb.net