Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 Database Design and Application Architecture
 Template Architecture with CGI

Author  Topic 

tommy00b
Starting Member

3 Posts

Posted - 2008-12-16 : 11:51:55
Hi,
I have a web page that needs to display a sqlite database. Right now i am creating the entire page dynamically through CGI. However, I would rather have one html file and just populate a table within the file with the database content. What is the best method to do that? I am limited to html, javascript and CGI in C.

Any help is greatly appreiated.

Thanks!
Tom

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2008-12-16 : 11:53:58
I'm confused what your SQL Server question is. Are you just asking about the application programming part of this or do you have a specific database question?

Tara Kizer
Microsoft MVP for Windows Server System - SQL Server
http://weblogs.sqlteam.com/tarad/

Subscribe to my blog
Go to Top of Page

tommy00b
Starting Member

3 Posts

Posted - 2008-12-16 : 12:52:38
Well,both. I guess the first one is - how do I feed the SQL content into an html table using what I have to work with.
Go to Top of Page

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2008-12-16 : 13:00:15
I'm going to defer you to an application programming forum as that's not something SQL Server can do. You do that from the application code. I'm not sure what kind of forum support is out there for the technologies you listed. I'm used to people using php, ASP.NET, or similar technologies.

Tara Kizer
Microsoft MVP for Windows Server System - SQL Server
http://weblogs.sqlteam.com/tarad/

Subscribe to my blog
Go to Top of Page

tommy00b
Starting Member

3 Posts

Posted - 2008-12-16 : 13:12:56
ok, thanks.
Go to Top of Page
   

- Advertisement -