Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How can I read a link from mysql databse???
#5
First of all my opinion is that you are trying to make a program way above your beginer level.Stick to "hello world" application until you learn something other than copy/paste

Second using a Try/Catch block without reporting something if an error ocurs is usless because the program ignores the problem but the error remains. Simply add a msgbox at the end of the try/catch block and copy/paste the error here in order to get proper help.

And just in case you have no clue as what i said above here's the code:

[code2=vbnet]Catch ex As Exception
Msgbox(ex.ToSting)
End Try[/code2]
Sssssssssoftware developer...


Messages In This Thread
Re: How can I read a link from mysql databse??? - by Snake_eyes - 03-26-2013, 08:03 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  How do I use Listview to delete MySQL DB records kismetgerald 10 32,017 11-28-2012, 05:19 PM
Last Post: brandonio21
  [SOLVED] MySQL Update Query - What am I doing wrong? kismetgerald 11 40,433 10-18-2012, 07:16 PM
Last Post: brandonio21
  How do I fill my form with MySQL data based on Combobox? kismetgerald 8 25,266 10-14-2012, 09:05 PM
Last Post: brandonio21
  Read certain lines brco900033 3 13,932 09-26-2012, 03:56 PM
Last Post: brandonio21
  Read and delete lines brco900033 6 21,343 09-16-2012, 09:38 AM
Last Post: brandonio21
  Help with creating an INSERT statement using MySQL kismetgerald 4 15,984 08-30-2012, 03:03 PM
Last Post: brandonio21
  MySQL Database Issue Moldraxian 7 27,780 08-13-2012, 08:58 PM
Last Post: brandonio21
  MySql Database Queries in VB.Net Moldraxian 6 21,042 07-26-2012, 03:44 PM
Last Post: Moldraxian
  How to Package MySql Connector and MySql Program? Moldraxian 3 14,025 07-20-2012, 12:23 PM
Last Post: brandonio21
  MySql Help Blackrobot 3 13,801 04-06-2012, 03:49 AM
Last Post: xolara

Forum Jump:


Users browsing this thread: 1 Guest(s)