Code Comments
Programming Forum and web based access to our favorite programming groups.How do I make my app ignore the login prompt and just go straight to the app? It was working fine, I added a plain jane Dataset and provider so I can run a report. I planned on populating my dataset with a routine that would run through the table and compile information and all of the sudden, it wants a username and pw for MySQL.
Post Follow-up to this messagequote:What you have to do is drop a TDatabase control on your form/datamodule and set the login info in it and set LoginPrompt to False. Then set the DatabaseName property for your datasets to the TDatabase control you dropped. What controls are you using to access mySQL, anyway? What version of Delphi?
Originally posted by Erik How do I make my app ignore the login prompt and just go straight to the app? It was working fine, I added a plain jane Dataset and provider so I can run a report. I planned on populating my dataset with a routine that would run through the table and compile information and all of the sudden, it wants a username and pw for MySQL.
Post Follow-up to this messagePowered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.