Search found 18 matches

by Tekfreakz
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: 891

Re: Need Help Solving Mysql to read a row , (username) and find

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 NIL ENDIF *? "Query Loading" //Look For User Name //cSql := "SELECT * FROM members WHERE username...
by Tekfreakz
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: 891

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" )    RETURN NIL...
by Tekfreakz
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: 891

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 it d...
by Tekfreakz
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: 1491

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 : n...
by 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: 6785

My First Project - Tekfreakz BBS!! your thoughts, or Ideas?

ABOUT: /*********************************************************************************************** Welcome to Tekfreakz BBS System 2017. Written By : Aaron Rymal              Rick Lipkin Graphics Under - Tekfreakz Studio (c) 2017 1/14/17 - Written Date. This Demo Includes the new FWH1612 Build...
by Tekfreakz
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: 1491

Re: Me Again : MySQL FW help.. Trying to find the right Syntax

IF oCn == NIL    msginfo( "oCn = Nil .. No Connection" )    RETURN NIL ENDIF ? "Query Loading" //cSql := "SELECT * FROM `members` WHERE `username`" , { cName } cSql :=  "select * FROM members" //cSql := "SELECT * FROM `members` WHERE `id' = '"+cName...
by Tekfreakz
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: 1491

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 use...
by Tekfreakz
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: 1491

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, Wh...
by Tekfreakz
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: 3185

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 :)
by Tekfreakz
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: 3185

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 | <uOnErr...
by Tekfreakz
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: 3185

Re: Hi New To The Forum / Need Help with setting up Dolphin

OH YEAH!! THANK YOU!
Passed through with success!!!
THANK YOU!
by Tekfreakz
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: 3185

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
by Tekfreakz
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: 3185

Re: Hi New To The Forum / Need Help with setting up Dolphin

tek

Sorry. .:) totally should of placed that in here.