Search the Community
Showing results for tags 'database'.
-
Ok, I have googled it and couldn't find an answer. What I am looking for is a list (or database) of what brands of gasoline that are in each U. S. state. In other words, Oklahoma has 1500 Phillips 66 stations, 800 Citgo stations and etc. Does anyone know of a list, database, or POI of this? Thanks, Wally
-
So, I am experimenting with FileMaker Pro 11 and Filemaker Server 11 as I may be building a Web database app and FileMaker seems pretty slick in this department. After only 2 days of experimenting tho, I am bumping into a few limitations. Anyone out there have any experience with FileMaker and what's your take on this program? Myself, I've been developing professionally for 20 years in a variety of environments with Visual Basic, VBA, MS Access, and MySQL being what I've been using for the past several years. Unfortunately, I have very little Web development experience and that is one of the reason's I'm looking at FileMaker. Maybe someone has another suggestion?
- 5 replies
-
- database
- experience
-
(and 3 more)
Tagged with:
-
Ecks recent post about a virus got me to wondering how many of us, including myself are IT "dudes" or "dudettes" and what's everyone's background / specialty / length of time? For myself, I am mostly self-taught. I started toying with computers around 1984 and by 1986, I sold my 3rd computer for a bigger, more powerful one with 2...yes two 3.5 inch floppy drives (no hard drive yet)! I made a deal with the purchaser that I would teach him how to use it and since he owned a hair salon, I developed a program for him to track his clients, etc. He paid me with haircuts for 2 years (yes, I did have hair at one time:D). I was out of work at the time and he suggested I put an ad in the paper to teach people how to use computers...so I did...and that's when it all started. I then got into contracting to computer training companies. At the same time, I was advancing my knowledge of database development and picking up a few clients here and there. Demand from them got me into networking and eventually becoming a full solutions provider including hardware. As time passed and word got around, I kept getting more customers and their demands forced me to continuously learn new technologies and methods to provide their solutions. I never did get any official schooling or designations or certifications...never had the time but over the years I've taught many folks who have them (surprisingly to me, I knew a whole lot more than they did about stuff). After working for myself for 20 yrs, I finally got tired of the "brain drain" the technology explosion was causing and got a "real job" working as the only technical resource for a small, in-bound call centre with a long-term, solid government contract. There was still a lot of learning to do when I came aboard but at least it was very specific. In a nutshell then, my specialties are database development, desktop support, software instructing & courseware development, and small biz networks incl forests/domains, managed routers & firewalls, etc. (no, I'm not writing my resume here .. :rotf:nor am I looking for a job )
-
What is the deal with server seem to be giving me error's alot like below. Forbidden You don't have permission to access / on this server. Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request Database errorThe database has encountered a problem.Please try the following: Load the page again by clicking the Refresh button in your web browser. Open the www.venturerider.org home page, then try to open another page. Click the Back button to try another link. The http://www.venturerider.org forum technical staff have been notified of the error, though you may contact them if the problem persists. We apologise for any inconvenience. Warning: require_once([path]/includes/class_hook.php) [function.require-once]: failed to open stream: Too many open files in system in [path]/includes/init.php on line 265 Fatal error: require_once() [function.require]: Failed opening required '/home/dknelson/public_html/forum/includes/class_hook.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/dknelson/public_html/forum/includes/init.php on line 265 Joe
-
OK...here's the problem. The chat is hosted on a remote server. I did that long ago so as not to put any extra load on this one. It is remotely hosted but connects to our database on this server to authenticate users. Now because all the databases are different on the new server, it will have to be re-configured on the other end. Basically that means a new installation on the remote server. It is working now because I still have the files up and running on the old server. It will be next week before the remote server is reconfigured to communicate with the database here. So why does any of this matter? The problem will be that any new members that sign up now won't be included in the old database so won't be able to get authenticated on the chat server. I THINK though that you can sign in as a guest. Let me know if you have any issues with the Chat. It is going to be a bit confusing for me for the next few days while I basically have both servers up and trying to figure out what info is being pulled from where.