Click here to Skip to main content
15,910,787 members
Home / Discussions / Database
   

Database

 
GeneralSeveral queries in single ODBC command Pin
jpeg17-Jun-03 4:46
jpeg17-Jun-03 4:46 
GeneralRe: Several queries in single ODBC command Pin
basementman17-Jun-03 5:42
basementman17-Jun-03 5:42 
GeneralADO 2.5 Interop - Connection.Open Method Pin
Member 44025716-Jun-03 7:57
Member 44025716-Jun-03 7:57 
QuestionXML and Dataset ?? Pin
codycaillet16-Jun-03 7:56
codycaillet16-Jun-03 7:56 
Generalerror adding variable using INSERT INTO Pin
Ahmed Galal13-Jun-03 13:51
Ahmed Galal13-Jun-03 13:51 
GeneralRe: error adding variable using INSERT INTO Pin
Nino_113-Jun-03 17:52
Nino_113-Jun-03 17:52 
GeneralRe: error adding variable using INSERT INTO Pin
Ahmed Galal13-Jun-03 18:02
Ahmed Galal13-Jun-03 18:02 
GeneralRe: error adding variable using INSERT INTO Pin
Arjan Einbu14-Jun-03 15:17
Arjan Einbu14-Jun-03 15:17 
Sure it will...
If I read this C++ code right, you're sending the following string to the DB:
INSERT INTO moshtarayat1(elsanf) VALUES(mon)


Aren't you trying to send the contents of the mon variable into the DB?
Copy the value of mon into the SQL string, so that it would look like:
INSERT INTO moshtarayat1(elsanf) VALUES(value_of_mon)

where value_of_mon represents the value of
mon<code>.<br />
<br />
(I'm not sure how you combine strings in C++, so no actual sample code...)

GeneralRe: error adding variable using INSERT INTO Pin
Ahmed Galal14-Jun-03 19:25
Ahmed Galal14-Jun-03 19:25 
Generalunable to detect primary key Pin
Itanium13-Jun-03 6:02
Itanium13-Jun-03 6:02 
GeneralRetrieving sql-queries from a database Pin
Anders Sandberg13-Jun-03 4:26
Anders Sandberg13-Jun-03 4:26 
GeneralRe: Retrieving sql-queries from a database Pin
basementman13-Jun-03 5:12
basementman13-Jun-03 5:12 
GeneralQuery a dataset Pin
Mike Osbahr12-Jun-03 10:48
Mike Osbahr12-Jun-03 10:48 
GeneralRe: Query a dataset Pin
Rocky Moore16-Jun-03 0:58
Rocky Moore16-Jun-03 0:58 
GeneralSql Server registeration error Pin
shalender10-Jun-03 19:21
shalender10-Jun-03 19:21 
GeneralHelp with SQL Server permissions Pin
Tony Truong10-Jun-03 7:37
Tony Truong10-Jun-03 7:37 
GeneralRe: Help with SQL Server permissions Pin
Nino_110-Jun-03 17:38
Nino_110-Jun-03 17:38 
GeneralRe: Help with SQL Server permissions Pin
Tony Truong11-Jun-03 8:40
Tony Truong11-Jun-03 8:40 
GeneralRe: Help with SQL Server permissions Pin
Nino_112-Jun-03 13:24
Nino_112-Jun-03 13:24 
GeneralAcceptChanges for DataRow Pin
DionChen9-Jun-03 8:35
DionChen9-Jun-03 8:35 
GeneralRe: AcceptChanges for DataRow Pin
bof16-Jun-03 9:54
bof16-Jun-03 9:54 
Generalarabic data in database Pin
Sarvesvara (BVKS) Dasa8-Jun-03 22:19
Sarvesvara (BVKS) Dasa8-Jun-03 22:19 
GeneralDesigning a SourceCode Database Pin
Bo Hunter8-Jun-03 9:03
Bo Hunter8-Jun-03 9:03 
GeneralRe: Designing a SourceCode Database Pin
ZoogieZork8-Jun-03 11:06
ZoogieZork8-Jun-03 11:06 
GeneralRe: Designing a SourceCode Database Pin
Bo Hunter8-Jun-03 18:21
Bo Hunter8-Jun-03 18:21 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.