Jump to content
Xtreme .Net Talk

m_m123

Members
  • Posts

    5
  • Joined

  • Last visited

Everything posted by m_m123

  1. 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
  2. Tnx Thanks alot for your attention.It seems that it's working correctly. :) Best Wishes
  3. 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.
  4. 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
  5. Hello, I have a very clear question. How to Print An Image In VB.Net? I will be very happy if you can help me. Thank you very much.
×
×
  • Create New...