ASP Development
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
 
User Name:
Password:
Remember me
 
Go Back   Dev Articles Community ForumsProgrammingASP Development

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Display Modes
 
Unread Dev Articles Community Forums Sponsor:
  #1  
Old August 1st, 2002, 04:51 PM
gizom gizom is offline
Junior Member
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Aug 2002
Location: Copenhagen-DK
Posts: 5 gizom User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Send a message via AIM to gizom
HTML Editor

I'm one of the poor student that can't afford a windows 2000 SQL server.
Do you know of any HTML editor that can save to an Access database?
Hope for some help.
Thanx

Reply With Quote
  #2  
Old August 1st, 2002, 06:01 PM
cde cde is offline
Junior Member
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Aug 2002
Location: UK
Posts: 7 cde User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Lightbulb have you tried msde ?

why not use msde, if that is not an option then as long as the html editor does not make use of stored procedures you should find that you could use an access db or a mysql db in place of the sql server.

Reply With Quote
  #3  
Old August 1st, 2002, 06:49 PM
gizom gizom is offline
Junior Member
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Aug 2002
Location: Copenhagen-DK
Posts: 5 gizom User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Send a message via AIM to gizom
I'm kind of new to ASP, and have only worked with Access databases! so it's properly a long way home

Reply With Quote
  #4  
Old August 2nd, 2002, 03:42 AM
cde cde is offline
Junior Member
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Aug 2002
Location: UK
Posts: 7 cde User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
should really only be a case of chamging the connection string, for some reason people tend to put this as a session var in the global asa, have a look there, alternativeley it may have been set in an include file. Then you'll just need to create the tables in your access database, not hard, you can run the sql statements for creating the tables in an access view, this will probably error but it won't take much to debug it.

Reply With Quote
  #5  
Old August 4th, 2002, 11:25 AM
aspnewbie aspnewbie is offline
Contributing User
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Apr 2002
Location: The Great White North
Posts: 361 aspnewbie User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 58 m 50 sec
Reputation Power: 8
Send a message via MSN to aspnewbie
You can use notepad (which comes free with any windows program but is obviously very basic). Cnet has a list of html editors under the webdeveloper section at http://download.com.com/3150-2048-0.html?tag=dir, some of which are available free of charge. One of them is Arachnophilia, which appears quite popular according to the user ratings. I don't have any experience with it myself. You might also want to check out the software reviews on tools2code.com, devarticles's sister site.

If you are a student, you may also be eligibile to purchase educational versions of more powerful html editors.

As cde indicates, to connect to your access database, you can create a global.asa or an include file with your connection string info.

Hope that helps.

Reply With Quote
  #6  
Old August 4th, 2002, 03:06 PM
gizom gizom is offline
Junior Member
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Aug 2002
Location: Copenhagen-DK
Posts: 5 gizom User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Send a message via AIM to gizom
HTML Editor - Online

Thanx but the thing I need is a online HTML editor, so I can generate at HTML page online and save them to my access database..

Reply With Quote
  #7  
Old August 4th, 2002, 03:59 PM
aspnewbie aspnewbie is offline
Contributing User
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Apr 2002
Location: The Great White North
Posts: 361 aspnewbie User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 58 m 50 sec
Reputation Power: 8
Send a message via MSN to aspnewbie
oh, I'm sorry. I misunderstood.

Reply With Quote
  #8  
Old August 4th, 2002, 04:09 PM
gizom gizom is offline
Junior Member
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Aug 2002
Location: Copenhagen-DK
Posts: 5 gizom User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Send a message via AIM to gizom
OK, properly my fault... :>

Reply With Quote
  #9  
Old August 4th, 2002, 11:42 PM
James Yang James Yang is offline
Contributing User
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Apr 2002
Location: Atlanta, Georgia
Posts: 284 James Yang User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 2 m 45 sec
Reputation Power: 8
Send a message via ICQ to James Yang
are u programming asp? or asp.net?

try using WebMatrix !!!

http://www.asp.net

its free editor by microsoft.com its awesome
__________________
Regards,

James Yang
.NET Developer / Network Engineer
MCSE, MCDBA, MCSA, CCNA

http://www.yellowpin.com/
http://www.opentechsupport.com/

Reply With Quote
  #10  
Old August 6th, 2002, 06:15 AM
rajeevrao rajeevrao is offline
Contributing User
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Aug 2002
Location: Bangalore
Posts: 30 rajeevrao User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 8
Send a message via ICQ to rajeevrao
get it here ..

http://www.planetsourcecode.com

.. there are a plenty of code here like the one U want.
__________________
Rajeev

Reply With Quote
  #11  
Old August 6th, 2002, 06:17 AM
James Yang James Yang is offline
Contributing User
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Apr 2002
Location: Atlanta, Georgia
Posts: 284 James Yang User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 2 m 45 sec
Reputation Power: 8
Send a message via ICQ to James Yang

Reply With Quote
Reply

Viewing: Dev Articles Community ForumsProgrammingASP Development > HTML Editor


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump




 Free IT White Papers!
 
Create the Optimal Architecture for your Critical Applications
Warburton's the largest independently owned bakery in the UK faced a number of difficult challenges in providing the most robust yet efficient IT infrastructure for their organization's success. IBM's services combined with their xSeries servers created the perfect platform for their SAP environment with sufficient flexibility, and did so in very time effective fashion.

Request Your Free Technology Downloads!
 
Five Best Practices for Deploying a Successful Service-Oriented Architecture
This white paper describes the benefits you can expect with SOA, and how IBM can help take your business there.

Request Your Free Technology Downloads!
 
Gartner Magic Quadrant for Application Delivery Controllers
Gartner summarizes its view on Application Delivery Controllers, evaluates strengths and weaknesses of solutions, and provides Magic Quadrant reporting for a quick comparison across all vendors. Learn from Gartner how you can benefit from an all-in-one device like Citrix NetScaler that delivers the highest levels of availability, performance and security.

Request Your Free Technology Downloads!
 
Knowledge is Power
What you don't know can hurt you, and is likely costing you money and increasing your security risks during an era of scarce resources. This white paper proposes six key strategies that enterprise security managers can use to improve their network defense posture.

Request Your Free Technology Downloads!
 
Rationalizing the Multi-Tool Environment
The rationalized multi-tool approach is flexible, scalable and cost effective. It provides the necessary input to the IT service management business processes. It preserves prior investments in monitoring tools, empowers technologists to select the best tools with which to do their jobs, and enhances effective response to incidents.

Request Your Free Technology Downloads!
 

Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 




© 2003-2010 by Developer Shed. All rights reserved. DS Cluster 8 Hosted by Hostway
For more Enterprise Application Development news, visit eWeek