Is it a good way to use system() for database scripts from C?

后端 未结 3 2117
耶瑟儿~
耶瑟儿~ 2021-01-05 13:06

I was searching for connecting to database from C program. But I thought the ODBC connections, logon and all need some libraries. Also I am having a minimal compiler like Ti

3条回答
  •  我在风中等你
    2021-01-05 13:48

    This is a perfectly fine way to access an external database, as long as your needs are simple. If you already know about the performance and memory implications of doing this, then there's not much more to say.

提交回复
热议问题