Search results for query: *

  • Users: michaelw
  • Content: Threads
  • Order by date
  1. michaelw

    Urgent DataAdapter

    When i create my data adapter using the wizard it does not create the update and delete, this has thrown me
  2. michaelw

    Dataset fill

    Hi i am trying to connect to a database using an sql adapter, when i fill the dataset i get an error in the output window it says "Unhandled Exception: System.Data.SqlClient.SqlException: Cannot open database requested in login 'testbooking'. Login fails." But the server does exsit and so...
  3. michaelw

    Database update

    hi another prob here, i have a datset imported from excel, that i wish to update the data to a database table. the dataset hase two coloums [URN], [invoiceNo] i wish to update a table called jobs where the URN matches and updates it with the invoice number placed in the excel dataset, any help...
  4. michaelw

    Merging datasets

    hello all, Having a bit of a prob. i have two datasets one named ds and the other ds1 i want to merge them into one dataset. ds is populated with excel data and ds1 is populated with database data. thanks
  5. michaelw

    Crystal Report Problem

    Hi, I have data in an excel xls that i want to compare with data in a database using crystal reports when i make the report it tells me i need to set the database location and i am using more than one driver, any help will be great
  6. michaelw

    SQL Update

    Hi, i have a bit of a problem, i am inserting a excel file into a datset with one colum of data in, i now need to update a database with the value inserted into a text box to each of the values within the datset. any help would be really apprecieated.
  7. michaelw

    Inserting into SQL server

    Hi i have a bit of a problem? I have a program that imports excel data into a dataset. I now want to insert that information into SQL server. Any help would be really greatful. Thanks
  8. michaelw

    Switching Between Forms

    Hi newbie here i Have two form which i have added a main menu to form 1 with a open menuitem that i want to open form 2 i know this should be really stight forward but hey having one of those day, any help would be really greatful Thanks
Back
Top