Mike B
Explore posts from serversInsert into Access Database
this is the info i got from my form and the generated inserts statement
1234, 'Porsche', '911', 2024, 23, 89.99, 'Fast', 'Lot B', 'Available', 'Sport', 'porsche.png'
INSERT into Cars(VIN, Make, Model, CarYear, Mileage, RentalCost, Description, Location, Availability, Class, Image) VALUES (1234, 'Porsche', '911', 2024, 23, 89.99, 'Fast', 'Lot B', 'Available', 'Sport', 'porsche.png')
Exception thrown: 'System.Data.OleDb.OleDbException' in System.Data.dll
22 replies