Search found 4697 matches

by Fangbeast
Mon Feb 09, 2004 12:00 am
Forum: Coding Questions
Topic: MySQL character escaping
Replies: 8
Views: 1558

Syntax failure

You shouldn't need the ; at the end of the statement. What error are you getting? ODBC Driver 3.51 [SQL Query failure...... [EDIT] You were right, it was the semi colon killing the query. Now I am really confused because I use that to terminate other statements and it works fine but not at that sta...
by Fangbeast
Sun Feb 08, 2004 11:55 pm
Forum: Coding Questions
Topic: MySQL character escaping
Replies: 8
Views: 1558

Tried that first/

plouf wrote:you query is ok and should work (work here at least )
the problem maybe in the column name put the ciolumn name inside `

qry.s = "Select * from serials where `" + collumn.s + "` LIKE '%" + target.s + "%';"
Tried that first, still fails.
by Fangbeast
Sun Feb 08, 2004 2:34 pm
Forum: Coding Questions
Topic: MySQL character escaping
Replies: 8
Views: 1558

MySQL character escaping

I've got almost everything working (YAY!!) but my unfamiliarity of the way MySQL passes characters has got me a little stumped. The following query is okay for an Access SQL query but is not working for MySQL. Does anyone know the right way of passing the strings, where the quotes go etc? qry.s = &q...
by Fangbeast
Thu Feb 05, 2004 12:56 pm
Forum: Coding Questions
Topic: Save a String$
Replies: 5
Views: 1315

ROFL

LarsG wrote:Or a SQL user database?!
Ouch!! Is that a subtle reminder that I need to get working on the docs???
by Fangbeast
Fri Dec 19, 2003 7:38 am
Forum: Feature Requests and Wishlists
Topic: Database Gadget
Replies: 10
Views: 2674

Spilled beans

LarsG wrote:
freak wrote:
Fred wrote:Some rumors say than a freak coder is thinking about one :wink:
Hum, I must have missed those 8O
come on, freak... spill the beans!!! :twisted:
Too late, he spilled the beans already and there is this ruddy great beanstalk at the back of my house.
by Fangbeast
Thu Dec 18, 2003 12:52 pm
Forum: Feature Requests and Wishlists
Topic: Database Gadget
Replies: 10
Views: 2674

Bah!!

Fred wrote:The idea of a DataBaseGadget() is good, and it could be an extension of a GridGadget() (something like Excel one, with each cell editable). Some rumors say than a freak coder is thinking about one :wink:
Damn Fred, you just put me out of work!! (/me falls out of his chair laughing)
by Fangbeast
Thu Dec 18, 2003 3:31 am
Forum: Feature Requests and Wishlists
Topic: Database Gadget
Replies: 10
Views: 2674

Databases

Yes, that's right, you can use database with PB. But use them for big database and multiple command is very hard ( for me ! ) When u use VB, you have a datagadget with allows u to connect to a databse, u have Datalist which allows you to see result. Creating and reading a recordset is very easy.......
by Fangbeast
Wed Dec 17, 2003 12:06 pm
Forum: Off Topic
Topic: The most stupid project!!
Replies: 63
Views: 10450

Damn!!

This is definitively the most active project in PureBasic comunity with 1% of programmers involved in it. I'm going to move it at SourceForge. I want everybody in the world can see what can we do, and know how good we are. There are rumors about Microsoft trying to incorporate the engine in the nex...
by Fangbeast
Mon Dec 15, 2003 10:14 pm
Forum: Off Topic
Topic: The most stupid project!!
Replies: 63
Views: 10450

Wind?

Num3 wrote:Sorry my mistake i forgot to mention, our engine works on any machine that uses electricity, water, wind :mrgreen:
I may have to quote you to my lawyers then. He defines wind as the result of any curry episode. I hope you covered that one:)
by Fangbeast
Mon Dec 15, 2003 10:07 pm
Forum: Off Topic
Topic: The most stupid project!!
Replies: 63
Views: 10450

Arrghg

Okey dokey kids! The game intro is finished!!! We finished our CGI render engine and just wrapped up the packing code to give this preview! All actors and props are superfinehighbehondpossible definition with over 1^10000000 polygons each! The code below will unpack and play a 6 hour realtime CGI m...
by Fangbeast
Sun Dec 14, 2003 3:04 am
Forum: Off Topic
Topic: The most stupid project!!
Replies: 63
Views: 10450

The soundtrack

:D This is on way!!! Anybody interesting in composing the soundtrack? It's the only job to assign. ;) Joined: 26 Apr 2003 Posts: 84 Posted: Sun Dec 14, 2003 12:03 Post subject: new soundtrack -------------------------------------------------------------------------------- I made a sample soundtrack...
by Fangbeast
Wed Dec 10, 2003 1:55 am
Forum: Coding Questions
Topic: Slight callback problem:)
Replies: 1
Views: 1340

Slight callback problem:)

The following code is okay except for the statusbar. It doesn't get resized properly and I am currently too cooked to figure it out. Any kind (or unkind) people care to take a look at it please? (/me sizzles in the sun) ;===============================================================================...
by Fangbeast
Sun Dec 07, 2003 7:47 am
Forum: Off Topic
Topic: Copying text in a message box
Replies: 10
Views: 2721

Grrrr

TronDoc wrote:I can't find a message box that it works on in WinDoze'98fe :?
WHACK! /me belts TronDoc over the head with a 6 months decayed ferret.

:twisted: :wink:
by Fangbeast
Wed Nov 12, 2003 9:31 am
Forum: Off Topic
Topic: MoonRock (Basic for real DOS)
Replies: 17
Views: 14753

Moonrock

> I wonder if it could make a DOS based web browser ? I actually don't recall seeing any network examples in its docs, so I don't know for sure. Maybe I just overlooked it though, because I don't have any network interests. Do you want to code your own DOS browser, or just need one in general? Rowa...
by Fangbeast
Tue Nov 11, 2003 9:23 am
Forum: Coding Questions
Topic: Closing Child Windows
Replies: 10
Views: 3235

Re: Closing Child Windows

> is there any way to search for a substring in a window, instead of a literal? Hi Fangs, do you mean something like this? UPDATE: I just realised this is almost the same thing as Freak's answer. Oh well, at least you've got different examples of the same type of thing. PB, I always appreciate any ...