GM Tool for Rohan

10/20/2016 19:06 im batman#16
Quote:
Originally Posted by DretoNEX View Post
You can use Try{} and Catch{} reference in the code that return special errors or even the sql error itself. You can even use if{} and else{} / else if{} to return errors.

And besides all that its not a pay to have tool its a free tool so if you want top tools go pay 300$ for a tool that has 1 reference more then 1 free tool.
I know that and you know that and most *real* devs in here know that. OP says he wrote it. I looked at his code and found it looking like it was written by someone that does not care if his code blows up or not.
10/20/2016 19:48 DretoNEX#17
Aaa i tought you ment my old db editor (Which i admit wasan't done so well) Main reason i started building a new one.
10/22/2016 09:37 DeveloperJugs#18
Quote:
Originally Posted by DretoNEX View Post
You can use Try{} and Catch{} reference in the code that return special errors or even the sql error itself. You can even use if{} and else{} / else if{} to return errors.

And besides all that its not a pay to have tool its a free tool so if you want top tools go pay 300$ for a tool that has 1 reference more then 1 free tool.
:cool::cool:

for the simple code he give to me :)
thanks to @[Only registered and activated users can see links. Click Here To Register...]
10/22/2016 12:10 futuregamerz#19
nice post
10/22/2016 18:51 itdhos#20
Quote:
Originally Posted by im batman View Post
Any fool with a minimum of programming theory can write code like that. It is something altogether different to write GOOD, solid code.

Just as an example: what happens in that code if the database API calls fail or invalid results are returned? BOOM!
don't underestimate someone,sometimes you never know what someone can do.Just what Dreto said,i so familiar using Try and Catch code,so nothing result is invalid cause i make some initialization if the code error so it's returned false.
10/23/2016 01:36 futuregamerz#21
Don't be disputed
10/23/2016 14:42 im batman#22
Quote:
Originally Posted by itdhos View Post
don't underestimate someone,sometimes you never know what someone can do.Just what Dreto said,i so familiar using Try and Catch code,so nothing result is invalid cause i make some initialization if the code error so it's returned false.
Look closely at that code and see how many points of failure it has. I counted at least 4. 2 logic errors, one usability error and one that leaves the whole program in a poor state.

That code was written by a person that was plain lazy and really does not understand logic. If the OP is going to call it his, that is how I will classify his work.
10/25/2016 15:03 DeveloperJugs#23
Quote:
Originally Posted by im batman View Post
Look closely at that code and see how many points of failure it has. I counted at least 4. 2 logic errors, one usability error and one that leaves the whole program in a poor state.

That code was written by a person that was plain lazy and really does not understand logic. If the OP is going to call it his, that is how I will classify his work.
why is it working? i used this tool i made 4 months ago and working fine without any errors.
maybe i dont have (else) statement. yes i am lazy but i understand what i typed on this program. dont underestimate my knowledge ;)

Quote:
Originally Posted by futuregamerz View Post
nice post
thanks for the appreciation!
don't be like them soon! stay humble :D
10/25/2016 15:12 cheesedoghotdog#24
link is not working
10/25/2016 18:10 im batman#25
Quote:
Originally Posted by DeveloperJugs View Post
why is it working? i used this tool i made 4 months ago and working fine without any errors.
maybe i dont have (else) statement. yes i am lazy but i understand what i typed on this program. dont underestimate my knowledge ;)
I am sure if you really understood what you wrote, you would not have said that.

I mean seriously, if you had showed up to me for an interview and presented me code that has that many problems with it, I would thank you for wasting my time and sent you out the door. So yeah, I doubt very much I am underestimating your knowledge.
10/26/2016 13:12 DeveloperJugs#26
Quote:
Originally Posted by cheesedoghotdog View Post
link is not working
link is working fine! :)
10/28/2016 04:51 puakejahanam98#27
how to use your tool gm
gm tool you do not connect to sql
10/28/2016 09:28 DeveloperJugs#28
Quote:
Originally Posted by puakejahanam98 View Post
how to use your tool gm
gm tool you do not connect to sql
Open it on Visual C# And click the form
10/31/2016 16:42 puakejahanam98#29
how [Only registered and activated users can see links. Click Here To Register...]
tutorial please :D
11/01/2016 11:59 DeveloperJugs#30
Quote:
Originally Posted by puakejahanam98 View Post
how [Only registered and activated users can see links. Click Here To Register...]
tutorial please :D
You need Visual C# from Microsoft not Dev C++.