Author |
Message |
Topic: LIKE operator and '%' |
Fiz
Replies: 11
Views: 18282
|
Forum: Database related Posted: Fri Nov 26, 2010 2:20 Subject: LIKE operator and '%' |
Ok, thank you for the answer. I'll try something else |
Topic: LIKE operator and '%' |
Fiz
Replies: 11
Views: 18282
|
Forum: Database related Posted: Mon Nov 22, 2010 1:53 Subject: LIKE operator and '%' |
Is the 'standard' one, directly from aps_include:
void SQLExecDirect(string sSQL)
{
SetLocalString(GetModule(), "NWNX!ODBC!EXEC", sSQL);
}
... |
Topic: LIKE operator and '%' |
Fiz
Replies: 11
Views: 18282
|
Forum: Database related Posted: Sat Nov 20, 2010 14:28 Subject: LIKE operator and '%' |
Thank you for the answer, here is the code where I use the LIKE statement:
int iQty;
int iResult;
int iPrice
string sTag = GetTag(oMerc);
string sRes = GetRes ... |
Topic: LIKE operator and '%' |
Fiz
Replies: 11
Views: 18282
|
Forum: Database related Posted: Tue Nov 16, 2010 20:50 Subject: LIKE operator and '%' |
Anyone knows how to help me, please? |
Topic: LIKE operator and '%' |
Fiz
Replies: 11
Views: 18282
|
Forum: Database related Posted: Sat Nov 13, 2010 19:39 Subject: LIKE operator and '%' |
Hi, I'm quite new to NWNX2 and I just begun to build my own SQLite DB.
Everything works fine, except for one thing: I can't make 'LIKE' statements because for some reason if I write '%' in the SQL ... |
|