Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
textBox から文字列を取得し、それらを sql コマンドの一部にしたい (私は mysql.h を使用します) が、この文字列を通常の文字列と組み合わせることができません。
そして、String^ を sql コマンドとして作成しようとしましたが、String^ をクエリ関数に渡すことができません。
string^ は .net 文字列型であり、ネイティブ文字列に変換する必要があります。答えはこの質問を見てください。