![]() |
|
|||||||
| Home | Register | FAQ | Members List | Search | Today's Posts | Mark Forums Read |
| Questions & Help Needed Post any question regarding Basic4ppc. |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
Hello,
I have a table which is filled in by a database and I want to delete data in the database, after I have selected a row in the table. I give you the code of my SQL request Con.New1 Cmd.New1("",con.Value) Con.Open("Data Source = " & AppPath & "\relevegeneraux.sl3") cmd.CommandText = "DELETE from gaz WHERE ROWID = idrow1" Cmd.ExecuteNonQuery Con.Close I don't know how to make idrow1 appear as a variable in the request. Thank You |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Delete from SQLlite | ceaser | Questions & Help Needed | 2 | 08-24-2008 08:29 AM |
| Delete keypress | emaster | Questions & Help Needed | 2 | 12-04-2007 07:15 AM |
| Delete Control and Delete Form Items | alfcen | Basic4ppc Wishlist | 3 | 10-05-2007 01:09 PM |
| Delete a simple row in a database... | albert | Questions & Help Needed | 3 | 07-01-2007 08:44 PM |
| Delete rows in table | sefi | Questions & Help Needed | 2 | 04-30-2007 08:05 PM |