Edited : a bit.. I didnt like the way it was checking.. The old code caused a lil glitch..
re- did it this way
IF oCn == NIL msginfo( "oCn = Nil .. No Connection" ) RETURN NILENDIF*? "Query Loading"//Look For User Name//cSql := "SELECT * FROM members WHERE username ...
Search found 18 matches
- Thu Feb 09, 2017 4:35 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Need Help Solving Mysql to read a row , (username) and find
- Replies: 3
- Views: 884
- Thu Feb 09, 2017 3:58 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Need Help Solving Mysql to read a row , (username) and find
- Replies: 3
- Views: 884
Re: Need Help Solving Mysql to read a row , (username) and find
Okay guys Heads up... My derpy butt figured it out!.. Thanks to the forums MarinaDB Functions they posted up, found the row calls i was looking for..
Anyways if anyone (is interested).. best choice find and get will be.
IF oCn == NIL msginfo( "oCn = Nil .. No Connection" ) ...
Anyways if anyone (is interested).. best choice find and get will be.
IF oCn == NIL msginfo( "oCn = Nil .. No Connection" ) ...
- Mon Feb 06, 2017 4:48 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Need Help Solving Mysql to read a row , (username) and find
- Replies: 3
- Views: 884
Need Help Solving Mysql to read a row , (username) and find
Hello Everyone,
Okay, i understand howto with PHP / Mysql..
All my connections are work to Where to select from, I can ever return the members area and show rows with the NAmes and Passwords.
...
This is good, At one point i thought i had it seeing the user name, but how ever bug tested it, And ...
Okay, i understand howto with PHP / Mysql..
All my connections are work to Where to select from, I can ever return the members area and show rows with the NAmes and Passwords.
...
This is good, At one point i thought i had it seeing the user name, but how ever bug tested it, And ...
- Thu Jan 26, 2017 3:52 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Me Again : MySQL FW help.. Trying to find the right Syntax
- Replies: 5
- Views: 1264
Re: Me Again : MySQL FW help.. Trying to find the right Syntax
Uh oh.. okay im trying to check both User and Password.
It works looking for user..
i have it then sending to _checkPass()
with in check pass, i tried to do the same look for the password as the user name, How ever, it only find 1 that works but still finds the user.
but if use example tekfreakz ...
It works looking for user..
i have it then sending to _checkPass()
with in check pass, i tried to do the same look for the password as the user name, How ever, it only find 1 that works but still finds the user.
but if use example tekfreakz ...
- Thu Jan 19, 2017 9:48 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: My First Project - Tekfreakz BBS!! your thoughts, or Ideas?
- Replies: 0
- Views: 658
My First Project - Tekfreakz BBS!! your thoughts, or Ideas?
ABOUT:
/***********************************************************************************************Welcome to Tekfreakz BBS System 2017.Written By : Aaron Rymal Rick LipkinGraphics Under - Tekfreakz Studio (c) 20171/14/17 - Written Date.This Demo Includes the new FWH1612 Build / Xharbour ...
/***********************************************************************************************Welcome to Tekfreakz BBS System 2017.Written By : Aaron Rymal Rick LipkinGraphics Under - Tekfreakz Studio (c) 20171/14/17 - Written Date.This Demo Includes the new FWH1612 Build / Xharbour ...
- Thu Jan 19, 2017 2:43 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Me Again : MySQL FW help.. Trying to find the right Syntax
- Replies: 5
- Views: 1264
Re: Me Again : MySQL FW help.. Trying to find the right Syntax
NEVERMIND (FOUND)
- Thu Jan 19, 2017 2:16 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Me Again : MySQL FW help.. Trying to find the right Syntax
- Replies: 5
- Views: 1264
Re: Me Again : MySQL FW help.. Trying to find the right Syntax
IF oCn == NIL msginfo( "oCn = Nil .. No Connection" ) RETURN NILENDIF? "Query Loading"//cSql := "SELECT * FROM `members` WHERE `username`" , { cName }cSql := "select * FROM members"//cSql := "SELECT * FROM `members` WHERE `id' = '"+cName+"'"? "not the break ...
- Thu Jan 19, 2017 1:46 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Me Again : MySQL FW help.. Trying to find the right Syntax
- Replies: 5
- Views: 1264
Re: Me Again : MySQL FW help.. Trying to find the right Syntax
Hi
"select * from tablename where userid = '"+cUserId+"'"
if tablename.rowcount > 0
fnCheckPassword()
else
MsgInfo('User Not Found')
endif
Hope this is what you meant.
Colin
Can you explain this a little more..
i did a quick test of this, changed tablename to (members) where username ...
"select * from tablename where userid = '"+cUserId+"'"
if tablename.rowcount > 0
fnCheckPassword()
else
MsgInfo('User Not Found')
endif
Hope this is what you meant.
Colin
Can you explain this a little more..
i did a quick test of this, changed tablename to (members) where username ...
- Wed Jan 18, 2017 3:22 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Me Again : MySQL FW help.. Trying to find the right Syntax
- Replies: 5
- Views: 1264
Me Again : MySQL FW help.. Trying to find the right Syntax
Alright so far my First Program in FiveWin is going rather smoothly..
Right now, im trying to figure out a way, (not show a row) but Seek column 'members' and finding UserID and Password.
To locate them and pass through to my next dialogs. (this part of the program does not use the DataBase Root ...
Right now, im trying to figure out a way, (not show a row) but Seek column 'members' and finding UserID and Password.
To locate them and pass through to my next dialogs. (this part of the program does not use the DataBase Root ...
- Sat Jan 14, 2017 8:01 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Hi New To The Forum / Need Help with setting up Dolphin
- Replies: 14
- Views: 3590
Re: Hi New To The Forum / Need Help with setting up Dolphin
All is well, got server accessing working.
Thanks to everyone that helped.
Now to have some fun
Thanks to everyone that helped.
Now to have some fun
- Fri Jan 13, 2017 4:08 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Hi New To The Forum / Need Help with setting up Dolphin
- Replies: 14
- Views: 3590
Re: Hi New To The Forum / Need Help with setting up Dolphin
Do not see this log file.
- Fri Jan 13, 2017 2:04 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Hi New To The Forum / Need Help with setting up Dolphin
- Replies: 14
- Views: 3590
Re: Hi New To The Forum / Need Help with setting up Dolphin
=O ....
My Hero!.. Lol...
Thank for the welcome.. Im excited to jump right into this!..
While i wait to recieve this, I still wanna figure out one lil problem,
<oServer> := TDolphinSrv():New( <cHost>, <cUser>, <cPassword>, <nPort>, ;
<nFlags>, <cDBName>, [{| Self, nError, lInternal, cExtra ...
My Hero!.. Lol...
Thank for the welcome.. Im excited to jump right into this!..
While i wait to recieve this, I still wanna figure out one lil problem,
<oServer> := TDolphinSrv():New( <cHost>, <cUser>, <cPassword>, <nPort>, ;
<nFlags>, <cDBName>, [{| Self, nError, lInternal, cExtra ...
- Thu Jan 12, 2017 4:41 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Hi New To The Forum / Need Help with setting up Dolphin
- Replies: 14
- Views: 3590
Re: Hi New To The Forum / Need Help with setting up Dolphin
OH YEAH!! THANK YOU!
Passed through with success!!!
THANK YOU!
Passed through with success!!!
THANK YOU!
- Thu Jan 12, 2017 4:37 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Hi New To The Forum / Need Help with setting up Dolphin
- Replies: 14
- Views: 3590
Re: Hi New To The Forum / Need Help with setting up Dolphin
Do you got the libsqldll.lib for xharbour possilbly, Everytime i do implib, it creates the .lib into a 1kb .lib file..
kinda confused upon that
kinda confused upon that
- Thu Jan 12, 2017 4:16 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Hi New To The Forum / Need Help with setting up Dolphin
- Replies: 14
- Views: 3590
Re: Hi New To The Forum / Need Help with setting up Dolphin
tek
Sorry. . totally should of placed that in here.
Sorry. . totally should of placed that in here.