No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
6 Posted Topics
hey sir try this one.. INSERT INTO ADMIN VALUES(' " & texbox1.text & " ' ,' " & textbox2.Text & " ' ) " ADMIN = table name textbox1 = textbox for username textbox2 = textbox for password and make sure if you create a table on sql server the …
hello guys.. my problem is im gonna use my program into another computer but the sql server is on my laptop.. then i copy my program into another computer then I start debugging but there some of error.. this is my coonection string... conn.ConnectionString = "Data Source=192.168.1.34,1433;Initial Catalog=MyDatabase;Integrated Security=True" in …
MsgBox("Cannot divide by zero", MsgBoxStyle.Critical)
anyone know about viewing an item from database but you only need to view is for ex. Name|Address| Juan|Juan Luna Benita St.| thats the table and item in your database NOW you want to see it from your dataGridview but the 9 letters only... ex. DataGridView1 Name|Address| Juan|Juan Luna| thats …
Guys, need some help this is my code Select * Table1 ORDER BY Date DESC My problem is I code in descending order but its not descending order because I try to add a Data instead of 5/6/2013 is the first item that i will see. 1/1/2012 can be appear. …
hello guys, This is my problem for example. My program is on my computer the image location of my picture is on my computer then i want to debug my program into other computer but the picture is not appear because the location path is changed this is my code …
The End.