Ask a Question related to Coldfusion Database Access, Design and Development.
-
verns #1
Accessing database
I've succesfully built cfm webpage from the getting started tutorial of CF MX7.
Refering to the tutorial i wonder if i can let a user to edit the database
directly from the webpage. This way i dont have to edit the database from the
microsoft access instead a user will be able to access/edit the database.Thanks
in advance!!
verns Guest
-
accessing database from webservice
I'm trying to let my webs ervice access a database, from non public site. It works on my local maschin and on a test server i setup. but i doesn't... -
Accessing a database from two locations
I just found this group so I don't know if this has been discussed previously. Is there a simple way for my partner and me to use the same... -
Accessing MySQL database
I assume you have downloaded the MYSQL ODBC Driver? Once you have done that and installed it, it should work the same as any ODBC driver. You... -
accessing database question
Is there a downside to using multiple tables in an Access database file that is having information written to the different tables and accessed at... -
Problem Accessing database
I'm running ASP on IIS 5. My users who are on the network can access our database. Any users from the internet "outside" the network can't access... -
Dan Bracuk #2
Re: Accessing database
With the code you write, you can enable users to:
1. Add, update, or delete records in a table.
2. Run "canned" reports.
3. Turn text files into database records.
4. Work with data from more than one database.
other neat stuff
Dan Bracuk Guest
-
verns #3
Re: Accessing database
Hi there
Generally i got the idea....but frankly speaking i am a beginner...if you dont
mind, would you please eleborate the steps for me?How do i enable users to
perform the above mentioned?Thanks again...
verns Guest
-
paross1 #4
Re: Accessing database
You would design your ColdFusion pages with the appropriate queries (SELECT
UPDATE, INSERT, DELETE) to perform the database actions, based on user input on
the web interface. You can actually create a CF page that allows your clients
to write free form queries directly in a text box that are then executed in the
database, but that is dangerous and not advisable.
Phil
paross1 Guest
-
Dan Bracuk #5
Re: Accessing database
verns - step number 1 - learn sql
For learning computer stuff, I like the SAMS books that have titles like Teach
Yourself language abc is x amount of time.
I haven't read this particular one, but, I've heard good things about Teach
Yourself SQL in 10 Minutes, by Macromedia's very own ( ta-da) Ben Forta.
Dan Bracuk Guest
-
verns #6
Re: Accessing database
Hello guys...thank you very much on your guidance and advise..i am on track now!
verns Guest



Reply With Quote

