hai
please any body can give me code how to insert one row in already prepared table in ms access
regalla 0 Newbie Poster
Recommended Answers
Jump to Posttry this if using ADODB for database connection.
conn.begintrans 'ADODB connection object. conn.execute "your insert statement goes here" conn.committrans
All 4 Replies
P.manidas 39 Posting Whiz in Training
kinwang2009 7 Posting Whiz in Training
debasisdas 580 Posting Genius Featured Poster
jhai_salvador 48 Junior Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.