I am working on a program for students. I have two forms:
Form1 will contain datagridview to show all the students info (ie.student_id,first_name,last_name,contact_no)
Form2 will contain the cor...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_23307488.htm...
Hi,
I have two forms:
Form1 will contain datagridview to show all the students info (ie.student_id,first_name,last_name,contact_no)
Form2 will contain the corresponding student_id,first_name,las...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_23309126.htm...
How do I insert datetime text string into datetime column? I've done the following:
SELECT CONVERT(datetime,'select convert(datetime,convert(varchar(20),enter_time,106)) from access_log', 105 )+ c...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/SQL-Server-2005/Q_2335...