logo logo

 Back to main page

The NWNX Community Forum

 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
 
Search found 5 matches
nwnx.org Forum Index
Author Message
  Topic: LIKE operator and '%'
Fiz

Replies: 11
Views: 18282

PostForum: Database related   Posted: Fri Nov 26, 2010 2:20   Subject: LIKE operator and '%'
Ok, thank you for the answer. I'll try something else Wink
  Topic: LIKE operator and '%'
Fiz

Replies: 11
Views: 18282

PostForum: 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

PostForum: 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

PostForum: Database related   Posted: Tue Nov 16, 2010 20:50   Subject: LIKE operator and '%'
Anyone knows how to help me, please? Sad
  Topic: LIKE operator and '%'
Fiz

Replies: 11
Views: 18282

PostForum: 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 ...
 
Page 1 of 1
All times are GMT + 2 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group