Search results for query: *

  1. M

    Connecting to Aceess databse on the server

    Hi, I want to connect to an Access database on the server and not on my local machine.I dont know how to achieve this.I am able to connect to the database on local machine ,both in access ans SQl server.Moreover when I use VB.Net,I am able to establish connection to SQL Server on the...
  2. M

    reading from excel sheet

    insertion in excel sheet ya now its working fine.thanx anyway I would also like to insert data into a particular column but not able to do so.Kindly anyone assist me on this issue.
  3. M

    reading from excel sheet

    10.0.2614.0 I want to retrieve data from an excel sheet and display it in datagrid. I have the following code(not showing the declarations) : con = New OleDb.OleDbConnection("provider=Microsoft.Jet.OLEDB.4.0;data source=c:\CAD.xls;Extended Properties=""Excel 8.0""") cmd = New...
Back
Top