Hello
I have just now installed VISUAL STUDIO.NET 2003 and I am going to write a program in ASP.NET using VB.NET. I have a database created using SQL 2000 and I am going to make a connection to it. I can not find any provider suitable for this work from server explorer. I must add that I have not installed the SQL 2000 software on my PC right now.
How can I connect to this SQL 2000 database?
It will be very good if somebody can also introduce me with some syntaxes to do basic works with a database such as adding a record , ......
Thank you very very much
Hello
I want to begin a SQL connection with a SQL database in VB.NET(ASP.NET). I used the syntax
<%@ Import namespace="System.Data.Sqlclient" %>
but VB makes an error from the first "%" sign. I wrote the syntax in Button1_Click event. what is the problem. I will be very happy if you can help me
Thank you very much.
Hello,
I want to find out how can I run a .exe file from my code? for example, I want to run the file "E:\program.exe" whenever a specific button on my form is pressed.
I will be very happy if you can help me.
Thank you very much