have a look at the code in this
thread, change the sphere to a box, print your SQL database to bitmap one you should then see it on the box or plain object.
bit of code
Rem Project: Dark Basic Pro Project
Rem Created: Sunday, February 07, 2010
Rem ***** Main Source File *****
Rem Created: Wednesday, December 02, 2009
Rem ***** Main Source File *****
sync on
sync rate 60
global cc
create bitmap 1,800,600
make camera 1
set camera to image 1,1,800,600
set current bitmap 0
set current camera 0
make object plain 1,40,40
do
Print_Text_box(rnd(800),b)
texture object 1,1
sync
loop
function Print_Text_Box(x,y)
set current bitmap -1
for I= 1 to 50
inc cc
print cc
next
`get image 1,0,0,800,600
set current bitmap 0
endfunction
Dark Physics makes any hot drink go cold.