Posts Topics Forums Images
Search videos from message boards Videos Search messages from microblogs Microblogs Search messages from imdb.com Imdb Search messages from yuku.com Yuku Search messages from lefora.com (free forums) Lefora
My account: Login | Sign Up
Loading... 

Databases | Forum profile

Forum profile page for Databases on http://www.realsoftware.com. This report page is the aggregated overview from a single forum: Databases, located on the Message Board at http://www.realsoftware.com. This forum profile page summarizes the general forum statistics such as: Users Activity, Forum Activity, and Top Authors, which are reported in either a table or graph below for a given reporting time period. Additional forum profile information for "Databases" on the Message Board at http://www.realsoftware.com is also shown in the following ways:

1) Latest Active Threads
2) Hot Threads for Last Week

Warning: These statistics are generated using 'best efforts' and can experience delays and reporting errors at times. Please note that such statistics do not constitute a forum's popularity and/or exact posting volumes at any given reporting period.

Site: REAL Software Forums - Databases (site profile, domain info realsoftware.com)
Title: Databases
Url: http://forums.realsoftware.com/viewforum.php?f=...
Users activity: 34 posts per thread
Forum activity: 29 active threads during last week
 

Posting activity on Databases:

  Week Month 3 Months
Threads: 29 106 257
Post: 76 339 864
 

Databases Posting activity graph:

Posts by:  day  week  month 

Top authors during last week:

Name
Posts
simonjohn
19
user's latest post:
Serious Bug in RB 2009 R5 -...
Published (2009-12-02 15:24:00)
Quote: so it's not big deal as long as you use "BEGIN" and "END" Er, actually it is a big deal when you have a massive amount of existing SQL code to 'update' and check. Quote: But it looks like REAL are addressing the problem Right Tim, The RB Blog entry looks promising a 5.1 release to fix important issues with the SQLite plugin - fingers (and legs) crossed!
timhare
8
user's latest post:
RB Database example r5
Published (2009-12-02 17:45:00)
There are some known issues with REALSQLDatabase in r5. RS has announced a fix to be released mid-month.
Jym
7
user's latest post:
Serious Bug in RB 2009 R5 -...
Published (2009-12-02 14:54:00)
Autocommit gets disabled when you use "BEGIN" so it's not big deal as long as you use "BEGIN" and "END" with all your transactions.
ruslan_zasukhin
6
user's latest post:
Access to Valentina
Published (2009-11-28 05:21:00)
_________________ Best regards, Ruslan Zasukhin VP Engineering and New Technology Paradigma Software, Inc Valentina - Joining Worlds of Information http://www.paradigmasoft.com [I feel the need: the need for speed]
JustSomeGuy
5
user's latest post:
Select returns too many records...
Published (2009-12-02 12:00:00)
If you perform a select and it returns a gazillion records, you can't display them all on a listbox as the listbox will go boom. How can you paginate the record set into groups of a more manageable size? I know you can keep the record set and do it manually, but is there some SQL magic that I might be missing?
jefftullin
4
user's latest post:
help with alter table COLUMN please
Published (2009-12-02 08:10:00)
I was going to unpick the SQL, but I did a quick search on ALTER TABLE in SQLLite, and found this: http://www.sqlite.org/lang_altertable.html "SQLite supports a limited subset of ALTER TABLE. The ALTER TABLE command in SQLite allows the user to rename a table or to add a new column to an existing table. It is not possible to rename a column , remove a column, or add or remove constraints from a table."...
rlinsurf
3
user's latest post:
When is there no match for...
Published (2009-11-25 15:31:00)
What's really weird is that in about half my code, I'm using the full field names without error, abut in these, I've been getting the errors. <shrug>
Railfanner
3
user's latest post:
Help Me
Published (2009-12-01 17:16:00)
Thanks, it works. I needed that I was getting quite discouraged with my progress.
azrael2000
3
user's latest post:
moving records between different...
Published (2009-12-02 16:01:00)
Hi there. I tried inserting data directly into the .rsd database. Regards
DaveS
2
user's latest post:
When is there no match for...
Published (2009-11-25 01:12:00)
_________________ Dave Sisemore MacPro, OSX 10.5.8 RB2009r2
 

Latest active threads on Databases::

REAL Software Forums
Started 4 days, 3 hours ago (2009-12-02 17:45:00)  by timhare
There are some known issues with REALSQLDatabase in r5. RS has announced a fix to be released mid-month.
Thread:  Show this thread (2 posts)   Thread info: RB Database example r5 Size: 105 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: RB Database example r5 :: Databases :: REAL Software Forums"
REAL Software Forums
Started 5 days, 8 hours ago (2009-12-01 12:04:00)  by simonjohn
Can you supply a bit more information? Quote: two databases what 'flavour' ie: MySQL, RealSQLDatabase etc. Quote: the new database has two new fields Database do not have fields, do you mean a table has 2 new fields? Quote: when I try and transfer the data How are you trying this?
Thread:  Show this thread (5 posts)   Thread info: moving records between different databases Size: 518 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: moving records between different databases :: Databases :: REAL Software Forums"
REAL Software Forums
Started 4 days, 11 hours ago (2009-12-02 09:33:00)  by Jym
What happens if you Begin and End the transaction you are doing? Your insert statement is the first transaction that might be open still ? I have no issues with 2009 v5 doing the same thing, but I keep all my inserts within a transaction statement
Thread:  Show this thread (12 posts)   Thread info: Serious Bug in RB 2009 R5 - Transactions? Size: 249 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Serious Bug in RB 2009 R5 - Transactions? :: Databases :: REAL Software Forums"
REAL Software Forums
Started 4 days, 11 hours ago (2009-12-02 09:09:00)  by simonjohn
This could be very bad! Please see my post 'Serious Bug in RB 2009 R5 - Transactions?'
Thread:  Show this thread (3 posts)   Thread info: RB 2009 r5 -- REALSQLdatabase Vacuum command Size: 86 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: RB 2009 r5 -- REALSQLdatabase Vacuum command :: Databases :: REAL Software Forums"
REAL Software Forums
Started 4 days, 8 hours ago (2009-12-02 12:42:00)  by timhare
You can use LIMIT and OFFSET to walk through static data a chunk at a time, as long as you aren't adding or deleting records at the same time - that would throw your offsets off. Or you can come up with some more ingenious ways to achieve the same thing with dynamic data.
Thread:  Show this thread (2 posts)   Thread info: Select returns too many records... Size: 273 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Select returns too many records... :: Databases :: REAL Software Forums"
REAL Software Forums
Started 4 days, 22 hours ago (2009-12-01 22:21:00)  by npalardy
Platform ?
Thread:  Show this thread (5 posts)   Thread info: RB 2009 v5 trouble debugging Size: 10 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: RB 2009 v5 trouble debugging :: Databases :: REAL Software Forums"
REAL Software Forums
Started 4 days, 10 hours ago (2009-12-02 10:06:00)  by Miklos
Okay I got it working like this: Code: Dim db as MySQLCommunityServer db = New MySQLCommunityServer db.host= "ip" db.port= 3306 db.DatabaseName= "test" db.UserName= "user" db.Password= "pas" if db.Connect then Dim i as Integer Dim rs as RecordSet rs = db.SQLSelect ( "SELECT * FROM products" ) Listbox1.DeleteAllRows while not rs.eof ...
Thread:  Show this thread (2 posts)   Thread info: RB 2009 v5 + mySQL + Newbie Size: 3,341 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: RB 2009 v5 + mySQL + Newbie :: Databases :: REAL Software Forums"
REAL Software Forums
Started 5 months, 3 weeks ago (2009-06-16 12:30:00)  by DaveS
_________________ Dave Sisemore MacPro, RB2008r3.1
Thread:  Show this thread (20 posts)   Thread info: Finding whole words in SQLite Size: 69 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Finding whole words in SQLite :: Databases :: REAL Software Forums"
REAL Software Forums
Started 4 days, 12 hours ago (2009-12-02 08:10:00)  by jefftullin
I was going to unpick the SQL, but I did a quick search on ALTER TABLE in SQLLite, and found this: http://www.sqlite.org/lang_altertable.html "SQLite supports a limited subset of ALTER TABLE. The ALTER TABLE command in SQLite allows the user to rename a table or to add a new column to an existing table. It is not possible to rename a column , remove a column, or add or remove constraints ...
Thread:  Show this thread (2 posts)   Thread info: help with alter table COLUMN please Size: 1,361 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: help with alter table COLUMN please :: Databases :: REAL Software Forums"
 

Hot threads for last week on Databases::

Databases
Started 4 days, 11 hours ago (2009-12-02 09:33:00)  by Jym
What happens if you Begin and End the transaction you are doing? Your insert statement is the first transaction that might be open still ? I have no issues with 2009 v5 doing the same thing, but I keep all my inserts within a transaction statement
Thread:  Show this thread (12 posts)   Thread info: Serious Bug in RB 2009 R5 - Transactions? Size: 249 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Serious Bug in RB 2009 R5 - Transactions? :: Databases :: REAL Software Forums"
Databases
Started 4 days, 22 hours ago (2009-12-01 22:21:00)  by npalardy
Platform ?
Thread:  Show this thread (5 posts)   Thread info: RB 2009 v5 trouble debugging Size: 10 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: RB 2009 v5 trouble debugging :: Databases :: REAL Software Forums"
Databases
Started 5 days, 8 hours ago (2009-12-01 12:04:00)  by simonjohn
Can you supply a bit more information? Quote: two databases what 'flavour' ie: MySQL, RealSQLDatabase etc. Quote: the new database has two new fields Database do not have fields, do you mean a table has 2 new fields? Quote: when I try and transfer the data How are you trying this?
Thread:  Show this thread (5 posts)   Thread info: moving records between different databases Size: 518 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: moving records between different databases :: Databases :: REAL Software Forums"
Databases
Re: Help Me - 4 new posts
Started 5 days, 21 hours ago (2009-11-30 23:39:00)  by Dale
Check to see if rs = nil before trying the rs.edit. My guess is that the recordset is nil because you haven't quoted the result of the listbox cell. Try changing Code: sql = "select * from CDFiles where CDTitle = " + ListBox1.Cell(ListBox1.ListIndex, 2 ) to Code: sql = "select * from CDFiles where CDTitle = '" + ListBox1.Cell(ListBox1.ListIndex, 2 ) + "'" The way you...
Thread:  Show this thread (4 posts)   Thread info: Help Me Size: 1,126 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Help Me :: Databases :: REAL Software Forums"
Databases
Started 5 months, 3 weeks ago (2009-06-16 12:30:00)  by DaveS
_________________ Dave Sisemore MacPro, RB2008r3.1
Thread:  Show this thread (20 posts)   Thread info: Finding whole words in SQLite Size: 69 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Finding whole words in SQLite :: Databases :: REAL Software Forums"
Databases
Started 4 days, 11 hours ago (2009-12-02 09:09:00)  by simonjohn
This could be very bad! Please see my post 'Serious Bug in RB 2009 R5 - Transactions?'
Thread:  Show this thread (3 posts)   Thread info: RB 2009 r5 -- REALSQLdatabase Vacuum command Size: 86 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: RB 2009 r5 -- REALSQLdatabase Vacuum command :: Databases :: REAL Software Forums"
Databases
Started 1 week, 1 day ago (2009-11-28 05:21:00)  by ruslan_zasukhin
_________________ Best regards, Ruslan Zasukhin VP Engineering and New Technology Paradigma Software, Inc Valentina - Joining Worlds of Information http://www.paradigmasoft.com [I feel the need: the need for speed]
Thread:  Show this thread (3 posts)   Thread info: Access to Valentina Size: 369 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Access to Valentina :: Databases :: REAL Software Forums"
Databases
joining database - 2 new posts
Started 1 week, 1 day ago (2009-11-28 05:09:00)  by ruslan_zasukhin
_________________ Best regards, Ruslan Zasukhin VP Engineering and New Technology Paradigma Software, Inc Valentina - Joining Worlds of Information http://www.paradigmasoft.com [I feel the need: the need for speed]
Thread:  Show this thread (3 posts)   Thread info: joining database Size: 369 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "joining database :: Databases :: REAL Software Forums"
Databases
Started 1 week, 1 day ago (2009-11-28 05:05:00)  by ruslan_zasukhin
_________________ Best regards, Ruslan Zasukhin VP Engineering and New Technology Paradigma Software, Inc Valentina - Joining Worlds of Information http://www.paradigmasoft.com [I feel the need: the need for speed]
Thread:  Show this thread (3 posts)   Thread info: RealSQL Server managing concurrency exception help needed Size: 369 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: RealSQL Server managing concurrency exception help needed :: Databases :: REAL Software Forums"
Databases
Started 1 week ago (2009-11-29 15:12:00)  by pamoxi
_________________ Pablo Schwindt RealBasic 2007R5 Windows XP SP2
Thread:  Show this thread (3 posts)   Thread info: commit/rollback with MySQL plugin Size: 89 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: commit/rollback with MySQL plugin :: Databases :: REAL Software Forums"