Ok I searched and still have SQLite question
Ok I searched and still have SQLite question
Does SQLite do "stored procedures" like MSSQL and Oracle?

			
			
									
									You want -real- game graphics?...
Matt Chavez is the man you contact. He's brilliant.
						Matt Chavez is the man you contact. He's brilliant.
Oooo K...
I'll take that as a no 
Are there -any- simple databases that do SP's? I can't think of any.

			
			
									
									Are there -any- simple databases that do SP's? I can't think of any.
You want -real- game graphics?...
Matt Chavez is the man you contact. He's brilliant.
						Matt Chavez is the man you contact. He's brilliant.
- 
				Edwin Knoppert
 - Addict

 - Posts: 1073
 - Joined: Fri Apr 25, 2003 11:13 pm
 - Location: Netherlands
 - Contact:
 
- 
				Edwin Knoppert
 - Addict

 - Posts: 1073
 - Joined: Fri Apr 25, 2003 11:13 pm
 - Location: Netherlands
 - Contact:
 
Me too
Yeah, I'm there right now. I'm not seeing SP support in SQLite. 
You can distrubte MSDE with apps. I'm reading up on that now. Can you tell I've been writting lots of SPs over the years? I really can't do without them.
Thanks for the reply
			
			
									
									You can distrubte MSDE with apps. I'm reading up on that now. Can you tell I've been writting lots of SPs over the years? I really can't do without them.
Thanks for the reply
You want -real- game graphics?...
Matt Chavez is the man you contact. He's brilliant.
						Matt Chavez is the man you contact. He's brilliant.
- 
				Edwin Knoppert
 - Addict

 - Posts: 1073
 - Joined: Fri Apr 25, 2003 11:13 pm
 - Location: Netherlands
 - Contact:
 
It looks good
I wish I wasn't so used to SPs so I could try it out. SQLite looks like a great app.

			
			
									
									You want -real- game graphics?...
Matt Chavez is the man you contact. He's brilliant.
						Matt Chavez is the man you contact. He's brilliant.
MySQL version 5 can do Stored Procedures, however, I have not personally tried it and I do not know how it compares to MSSQL.   
If you're interested:
http://dev.mysql.com/doc/mysql/en/store ... dures.html
			
			
									
									
						If you're interested:
http://dev.mysql.com/doc/mysql/en/store ... dures.html
Redistribute
Wow, MySQL has evolved a lot since I last used it. Which was a few years ago. I wonder if you can redistribute it with an app?
			
			
									
									You want -real- game graphics?...
Matt Chavez is the man you contact. He's brilliant.
						Matt Chavez is the man you contact. He's brilliant.
- 
				Edwin Knoppert
 - Addict

 - Posts: 1073
 - Joined: Fri Apr 25, 2003 11:13 pm
 - Location: Netherlands
 - Contact:
 
I still believe that Firebird SQL is the best "totally" free DBMS system around (It does stored procedures). You can even get the source code, if you desire.
http://www.firebirdsql.org
--Bob
			
			
									
									
						http://www.firebirdsql.org
--Bob
I agree, I just recently completed a Delphi system using the embedded version of Firebird and it all went swimmingly. Now if only we had a wrapper for Embedded Firebird *hint hint*blueb wrote:I still believe that Firebird SQL is the best "totally" free DBMS system around (It does stored procedures). You can even get the source code, if you desire.
http://www.firebirdsql.org
--Bob
Colin
Colin
						Thank you Bob!!!!blueb wrote:I still believe that Firebird SQL is the best "totally" free DBMS system around (It does stored procedures). You can even get the source code, if you desire.
http://www.firebirdsql.org
--Bob
FBSQL looks veeeeeerry interesting. I'm reading up now...
You want -real- game graphics?...
Matt Chavez is the man you contact. He's brilliant.
						Matt Chavez is the man you contact. He's brilliant.
Redistributing
@Colboy
How many FBSQL files will I have to pack in with my application installer? Is it easy to redist?

			
			
									
									How many FBSQL files will I have to pack in with my application installer? Is it easy to redist?
You want -real- game graphics?...
Matt Chavez is the man you contact. He's brilliant.
						Matt Chavez is the man you contact. He's brilliant.
Re: Redistributing
1 DLL (fbclient.dll) and 2 supporting files firebird.conf and firebird.msg and of course the database itself. Redistribution is simple, files just need to be copied. For Delphi I'm using the ZEOS wrapper. You need to make sure you download the embedded version of Firebird, which I think is currently 1.5.2, no version 2.0 alpha yet available.Omnius wrote:@Colboy
How many FBSQL files will I have to pack in with my application installer? Is it easy to redist?
Colin
Colin
						
