:: Forum >>

database data

Hello,

How can i show data which are there in database?
Hiren
Saturday, May 28, 2005
ya how can we load the data from the database otherwise this tool is totally useless
Aden
Adnan
Friday, June 3, 2005
using php / mysql ??
nalgene
Monday, June 6, 2005
One : you mean totally useless to you.
Two : If you are even a partially adequate developer, then you could easily add your db retrieval layer and make use of this widget
Monday, June 6, 2005
Yeah, I have the same issue.

I'm using a javascript recordset, and have attempted to modify the activewidgets.asp file to suit. I hit a wall when trying to find the equivalent of :

oRecordset.fields.count

for the javascript recordset. and have been unable find any good doco on the recordset object (methods, properties, etc).

any ideas would be greatly appreciated.

Thanks
Trent
Friday, June 10, 2005
From a db query using php:

convert the php array to javascript;

jsArray = new Array("<?php echo join('", "', $phpArray); ?>");

Joel
Friday, June 10, 2005
Um . . I can't figure this thing out at all . . . who did the documentation?
Mike Yurick
Tuesday, June 21, 2005
I wrote a small application to evaluate what can
be done with ActiveWidgets grids (read-only version)
in the following environment:

MySql / Tomcat / JSP

You may download the sources at

http://www.alcor.com/satisco/download/AWProject_src.zip
serge vb
Wednesday, June 22, 2005
Serge,

Thanks for making your code available! But for those of us that do not have a server with Tomcat can you please post a link to your test page so we can 'see' it in action and then look at your code to see how you did it?

Thanks,
Jim
Jim Hunter
Wednesday, June 22, 2005
A demo of the application is currently (22 june 2005) running
at http://www.alcor.com/AWProject.html

Keep in mind the server behind does not have a static IP address and
uses a very slow connection to the Internet.

I cannot guarantee this demo will be on line for a long period of time.
serge vb
Wednesday, June 22, 2005
Thanks Serge!
Jim Hunter
Wednesday, June 22, 2005
import the csv file to database insert two table using php
prs
Monday, December 4, 2006
the page is not available can you put it online again. thanks
Oliver Nueva Ecija
Tuesday, December 5, 2006

This topic is archived.


Back to support forum

Forum search