| Author |
Message |
Forum: General Topic: MMOA |
| swya |
|
Posted: Thu Feb 07, 2008 12:17 am
|
|
Replies: 20 Views: 7590
|
|
 |
Forum: Mirage Source 3.x.x, MSx Topic: mysql errors |
| swya |
|
Posted: Sun Feb 03, 2008 7:49 pm
|
|
Replies: 15 Views: 15744
|
| This should be all right unless an item is deleted? Is that correct? |
|
 |
Forum: Mirage Source 3.x.x, MSx Topic: mysql errors |
| swya |
|
Posted: Sun Feb 03, 2008 7:22 pm
|
|
Replies: 15 Views: 15744
|
| I have resolved the issue by adding the following: Set RS = New ADODB.Recordset RS.Open "SELECT count(*) FROM shops;", Conn_Server, adOpenStatic, adLockReadOnly RS.MoveFirst ShopCount = RS(0) RS.Close then instead of For I = 1 To MAX_SHOPS I used For I = 1 To ShopCount This way it seems to... |
|
 |
Forum: Mirage Source 3.x.x, MSx Topic: mysql errors |
| swya |
|
Posted: Sun Feb 03, 2008 6:46 pm
|
|
Replies: 15 Views: 15744
|
| So to use the mysql version, you have to have an entirely full database? |
|
 |
Forum: Mirage Source 3.x.x, MSx Topic: mysql errors |
| swya |
|
Posted: Sun Feb 03, 2008 2:05 am
|
|
Replies: 15 Views: 15744
|
| I spent some time on this, but I couldn't get this working. I'm still getting the exact same error during compiling. |
|
 |
Forum: Mirage Source 3.x.x, MSx Topic: mysql errors |
| swya |
|
Posted: Fri Feb 01, 2008 8:08 pm
|
|
Replies: 15 Views: 15744
|
I used the SQL dump that was available... Is there an alternate sql dump that will fill the database?
Thanks again, your speedy responses are very impressive in a support forum.
swya |
|
 |
Forum: Mirage Source 3.x.x, MSx Topic: mysql errors |
| swya |
|
Posted: Fri Feb 01, 2008 7:10 pm
|
|
Replies: 15 Views: 15744
|
Upon more investigation, if I change For I = 1 To MAX_MAPS to For I = 1 To 5 (because there are five maps in the database) it doesn't crash.
I hope maybe this will shed some light as well. |
|
 |
Forum: Mirage Source 3.x.x, MSx Topic: mysql errors |
| swya |
|
Posted: Fri Feb 01, 2008 6:13 pm
|
|
Replies: 15 Views: 15744
|
| Hi again. I appreciated the fast response before. I found that I had declared RS like you did, but it fails in this block of code: For I = 1 To MAX_MAPS Call SetStatus("Loading Map " & I & "/" & MAX_MAPS) With Map(I) .FKey = CLng(RS("FKey")) .Name = Trim(CSt... |
|
 |
Forum: Mirage Source 3.x.x, MSx Topic: mysql errors |
| swya |
|
Posted: Thu Jan 31, 2008 8:27 pm
|
|
Replies: 15 Views: 15744
|
| Where should that declaration be though? |
|
 |
Forum: Mirage Source 3.x.x, MSx Topic: mysql errors |
| swya |
|
Posted: Thu Jan 31, 2008 7:41 pm
|
|
Replies: 15 Views: 15744
|
| Every time I try to start the server after setting up the database I get an error: Either BOF or EOF is True, or the current record has been deleted. Requested operation requires a current record. I get this if I use the sql_dump in the sticky or the sql dump that comes with the source. The line tha... |
|
 |
| Sort by: |