Search results for query: *

  1. M

    New To Programming

    jmcilhinneyI want to thank you for that help. I went back thru the properties for the update command and put in place holders and it added the paramaters to the update commands. I got it to update all the records in that table with the same data from record one. (ha ha ha ha) good thing it...
  2. M

    New To Programming

    jmcilhinney This is what I am not sure about what is being called. I used the odbc data adapter wizard to make the connection using the DSN I created. The Data grid is bound to the data set. The data set is bound to the data adapter. I am only using the datagrid and a couple of buttons at...
  3. M

    New To Programming

    Select Command jmcilhinney Hope this is what you asked for. Me.OdbcSelectCommand1.CommandText = "SELECT ""TransactionId"", ""Cono"", ""PolicyNumber"", ""InsuredName"", ""Address1"", ""Addre" & _ "ss2"", ""City"", ""State"", ""Zip"", ""EffectiveDate"", ""ExpirationDate""...
  4. M

    New To Programming

    kulrom Sorry to be so short of data. What we need to do is bring data in frm an excel spread sheet and drop it in a progress 9.1c databse. I have set up an odbcdataadapter with one datagris. I can fill the datagrid and see the data in the progress table. The data wizard did not build the...
  5. M

    New To Programming

    Hello to Anyone If some one could direct me to where to find some good info on odbc data adapters and programming code to use them woudl be greatly appreciated. Mike
Back
Top