Search results for query: *

  • Users: keon
  • Order by date
  1. K

    Urgent question ?!?

    The data I want to import or update into the database is include in a dataset. I can do 2 things I can use the dataset to import or I can splits the dataSet into different parts. If it's impossible to use the DataSet directly then i use the second methode. But then I need to know if its...
  2. K

    Urgent question ?!?

    And it's impossible to use directly the dataSet? Sorry for the many questions but I have no time to find al my problems myself. greetings Keon
  3. K

    Urgent question ?!?

    And how can i do an update and or an insert? If it won't work on this way?
  4. K

    Urgent question ?!?

    Hi, I need to write a code and this must be working in the afternoon :s I need to update/insert a database with a dataset i thought using this code: Dim S_conn As String = "PROVIDER=Microsoft.Jet.OLEDB.4.0;Data Source=C:\test.mdb" Dim S_sql As String = "SELECT * FROM rij" Dim conn As...
Back
Top