Weather / Spam / www |
Lyon Weather
aldweb against spam
|
|
|
|
|
|
|
- Forum - iziBasic
Warning: A non-numeric value encountered in /web5/aldweb/www/aldweb_com/www/thread.php on line 257
Topic # 1319 |
How to Pass on a Null String to a Database |
09/12/2005 @ 14:15 by Ktimaster
|
Hey Aldweb... I have gotten my application to the point where I ran a test to put the code into the tempDB an #1. However the bootcode that iziBAsic Requires the .asm Sub routine is very specific due to the space it has to launch in the stack. So in order to pass the code to the database I have to insert 2 null(00h) Blocks after the first 2 bits of Code. I Placed the ASCII Value of all commands that my lanuguage knows at this point into another database(Makes for easier updates) And when I attempt to 'compile' it with My Language it does not put in the Null Strings which changes the meaning of the code... Any advice? My Boot Code and return code Is listed below if anyone can help...PS I am using the CHR$(ASCII) to store it in a string (I have a really nice chart.
BOOT CODE HEX___ASCII___Comment 4E....078 Goes in Fine 56....086 Goes in fine 00....000 Not Placed in DB 00....000 Not Placed in DB REST OF CODE GOES HERE
RETURN CODE HEX___ASCII___Comment 4E....078 Goes in Fine 5E....094 Goes in Fine 00....000 Not Placed in DB 00....000 IS PLACED IN CODE
Thanks Keith Myers |
|
|
Warning: A non-numeric value encountered in /web5/aldweb/www/aldweb_com/www/thread.php on line 497
Answer n° 1 -------- 09/12/2005 @ 19:39 by aldweb
visitor |
Hello Ktimaster,
1. Use the MegaString, CHR$(0) is accepted in the MegaString 2. Save (see PRINT$$) the MegaString with the new parameter that came with iziBasic 6.0 to set the size to save, meaning the number of bytes/characters, no more forced to stop at 1st CHR$(0).
The PP applet I am working on for you will not require to go through a DB, you shall be able to pass strings directly to the resource.
Cheers
@+ aldweb |
|
|
Warning: A non-numeric value encountered in /web5/aldweb/www/aldweb_com/www/thread.php on line 497
Answer n° 2 -------- 09/12/2005 @ 19:51 by Ktimaster
visitor |
That would be nice. The reason that I dumped it into the database is simple... I wanted to open it with BIRD and run it to the disasmbler to see If I get the same results I plugged in... |
|
|
Warning: A non-numeric value encountered in /web5/aldweb/www/aldweb_com/www/thread.php on line 497
Answer n° 3 -------- 11/12/2005 @ 15:12 by aldweb
visitor |
Ktimaster,
Keep doing this way until I find the time to finalize my PP applet...
Cheers
@+ aldweb |
|
|
Warning: A non-numeric value encountered in /web5/aldweb/www/aldweb_com/www/thread.php on line 497
Answer n° 4 -------- 16/12/2005 @ 17:19 by aldweb
visitor |
Hello Ktimaster,
You should receive pretty soon an e-mail with, as promised, a fully featured PP applet to test playing with resources
Cheers, aldweb |
|
|
Warning: A non-numeric value encountered in /web5/aldweb/www/aldweb_com/www/thread.php on line 497
Answer n° 5 -------- 16/12/2005 @ 21:17 by Ktimaster
visitor |
THANKS A BUNCH |
|
|
Warning: A non-numeric value encountered in /web5/aldweb/www/aldweb_com/www/thread.php on line 497
Answer n° 6 -------- 19/12/2005 @ 11:45 by aldweb
visitor |
You are more than welcome my friend.
Cheers, aldweb |
|
|
topic active
topic closed
Sticky
New message -
Correct message
Close topic
Make sticky
|
|
|
|
|
|