Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8247533
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 7, 20262026-06-07T22:52:41+00:00 2026-06-07T22:52:41+00:00

I am using MySQL. I have a select statement followed by a number of

  • 0

I am using MySQL. I have a select statement followed by a number of insert statement done using the C Connector. I would like to know how to put them all under one transaction and finally commit then.

I have gone through the MySQL 5.0 Reference Manual and C API Function Overview it have this function mysql_commit()? I must have a start transaction (how to set this is it by just turning off the autocommit()) and finally only commit right?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-07T22:52:42+00:00Added an answer on June 7, 2026 at 10:52 pm

    As far as I understand, there is no mysql_starttransaction() or something similar; so you’re stuck with something like:

    mysql_autocommit(conn, 0); 
    //Do stuff here
    mysql_commit(conn); //...or mysql_rollback(conn);
    

    I would rather use the “query” method for all these calls:

    mysql_query(conn, "START TRANSACTION");
    //Do stuff here
    mysql_query(conn, "COMMIT"); //...or mysql_query(conn, "ROLLBACK"); 
    

    Also see this documentation.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a sql statement like this (using mysql 5.5.15): select global_id, count(id) as
I have a SELECT statement which I would like to optimize. The mysql -
I am using MySQL. I have several lookups like this: SELECT * from users
i am using mysql to store geolocation data. i would like to know how
I'm having a simple select statement using php-mysql and I have this script to
I have been using MySQL for 2 years now, yet I still don't know
Ok. I'm new to MySQL have a SELECT statement I can't wrap my head
I have a MySQL select statement dilemma that has thrown me off course a
I am using mysql and have a table (Log_Table) storing user login dates, a
I'm using MySQL I have three tables: accounts { account_id, username } account_ips {

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.