Search results for query: *

  • Users: man_luck
  • Content: Threads
  • Order by date
  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

    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