Free Newsletters:
DatabaseDaily  
Database Journal
Search Database Journal:
 
MS SQL Oracle DB2 Access MySQL PostgreSQL Sybase PHP SQL Etc SQL Scripts & Samples Links Database Forum

» Database Journal Home
» Database Articles
» Database Tutorials
MS SQL
Oracle
DB2
MS Access
MySQL
» RESOURCES
Database Tools
SQL Scripts & Samples
Links
» Database Forum
» DBA Jobs
» Sitemap

News Via RSS Feed


follow us on Twitter





New Security Features Planned for Firefox 4

Another Laptop Theft Exposes 21K Patients' Data

Oracle Hits to Road to Pitch Data Center Plans
Database Journal |DBA Support |SQLCourse |SQLCourse2









Systems Programmer / Software Engineer - C, Unix-Linux, Multi-threading, IPC
WSI Nationwide, Inc.
US-NY-New York

Justtechjobs.com Post A Job | Post A Resume

Featured Database Articles

MS Access

Sep 13, 1999

Dabbling in Live Databases: MSAccess - Page 7

By Aaron Weiss

Where We Stand

By now you've learned how to construct a basic SQL statement, pass it to your database with Perl, and receive the results. That's 90% of the ballgame. As we've noted several times, this article has focused on Microsoft Access, and there are a few -- very few -- different twists in using these techniques in a Unix environment. Next month we'll look at the popular Unix-friendly MySQL database.

You may have noticed that our examples have so far been oriented solely towards reading data from a database. This is probably the goal of most readers and is certainly the easiest and safest interaction. Sometimes, though, you might wish to use Perl to write data to a database, either adding new records or updating existing ones. Here things become slightly tricker, as we must be concerned with safety -- both security and data integrity -- a topic we'll focus on later in this series on using Perl with databases.

Resources

James Hoffman's Introduction to Structured Query Language

SQL Reference Page

DBI Module Documentation

DBI Frequently Asked Questions

Selena Sol's Introduction to Databases on the Web

Ask the SQL Server Pro

Tools:
Add databasejournal.com to your favorites
Add databasejournal.com to your browser search box
IE 7 | Firefox 2.0 | Firefox 1.5.x
Receive news via our XML/RSS feed

MS Access Archives

Comment and Contribute

 


(Maximum characters: 1200). You have characters left.

 

 



Latest Forum Threads
MS Access Forum
Topic By Replies Updated
Help With Microsoft Access kasy 0 September 4th, 07:35 PM
Linked table not sorting or filtering - ODBC error Java 1 August 28th, 10:37 AM
Use Parameter in select statement (Sql in Microsoft Access) katty.jonh 1 July 25th, 06:45 AM
Query Issue algebroni 7 July 23rd, 04:22 PM