Delphi 6 Posts

"Delphi 6" Message Board Posts |
|
Thread 5 of 5 |  epicurean | BDE Configuration{Too Long!} | 13 replies. Last post: |  Mollie.H | {Too Long!} |
|
 21249 Hits | |
Thread 4 of 5 |  snow_boy | Delphi 6 and Toraclequery.hi.. I am still a beginner in the delphi programming. so I am just wondering if anyone can help me with a problem that I have. I am current using DOA(Direct Oracle Access), by using that I want to get a procedure that are in the oracle server and use it in my program. I have use the TOraclePackage and in it there is a component "callprocedure" and "callFunction" well I know how to use them and all.. but I am having great trouble of declaring them. , I also have use the TOracleQuery, but it is the declara in the SQL editor that annoying me. coz it gave me error message and etc. so if u can help me with the SQL declare and that will be great., , , thx in advance, Billy | 1 Reply: |  Anonymous | wow 13 years and nobody help you, I have the same problem, I´m fresh on delphi programming.
Regards!
---
Dulce
|
|
 5886 Hits | |
Thread 3 of 5 |  Larry J. Rutledge | Delphi 6 Personal Edition - Free{Too Long!} |
 29036 Hits | |
Thread 2 of 5 |  Unclesam | Paradox DownloadHello, I have recently installed Delphi 6 because the company that I know work for use it. I was working on Delphi 7 and Delphi 2006, and I used to work on MS Access DB, but the company that now I work for Obliged me to work on paradox. So I need help, where can I find it and download it or pay for it. I need a version of paradox that works on delphi 6 or 7. thank you | 9 replies. Last post: |  mprestwood | Both Delphi 6 and 7 are extremely stable and great products. My strong preference is for Delphi 7 over Delphi 6 because of the features added in Delphi 7. In particular, the enhancements to the editor are pretty cool. Spending a few hours just playing with the editor shortcust, tips, and tricks.
|
|
 4677 Hits | |
Thread 1 of 5 |  Francisco Vazquez | SQL with Access and Delphi 6.0Hi everyone, I hope someone could help me solve this problem out, cause I'm stuck with this since a few days... I have this little script:, , procedure TForm1.Button1Click(Sender: TObject);, var, sBusca:string;, , begin, ADOQuery1.Close;, ADOQuery1.SQL.Clear;, sBusca := Edit1.Text;, ADOQuery1.sql.add('Select * from cobranza where nombre = '+QuotedStr(sBusca));, ADOQuery1.Open;, end;, , end., , I'm trying to search for a Name into table Cobranza, the problem is that when I compile the script, it runs, but when I push the button it does nothing... so, if I get no error how can I know what's wrong?, , I wish someone could throw a lite into my darkness. Oh, one thing, originally I was trying to use 'Select * from Cobranza where nombre LIKE "%cBusca%" ';, in order to find names that have some likeness with the search, but it doesn't work either..., , Thanks in advance., Francisco V. | 1 Reply: |  Wes | Francisco,
I apologize for the tardy reply.
I think the QuotedStr function is causing your problem. Try just single quotes around your search string.
Wes
|
|
 3364 Hits | |
"Delphi 6" Knowledge Base Posts |
|
| |
KB Article |
|
|
Wes Peterson
|
1. The Case for Delphi (On the Desktop)
In 1995 Borland revolutionized the world of software development when they introduced Delphi.
It had the distinction of being the first integrated development environment (IDE) featuring a fully object-oriented language and a blazing-fast compiler that produced highly optimized, native Intel machine code. Programs written in Delphi were among the fastest in existence – and still are.
After all these years, is Delphi still relevant?
You bet it is! (And, in many cases, it is still your best bet.)
Here's why...
|
 Article
 7971 Hits
|
 Pascal and Delphi Coding
|
Mike Prestwood
|
2. Native Code versus Managed .Net Code
What are the benefits of Win32/64 native code such as in Delphi over .Net?
18 years ago, and updated 16 years ago
(3 Comments
, last by mtiede )
|
 FAQ
 14945 Hits
|
 Pascal and Delphi Coding
|
Mike Prestwood
|
3. Delphi Class Helpers (class helper for)
Delphi allows you to extend an existing class without using inheritance. Buggy in 2005 and not officially supported but stable and usable in 2006 and above. You declare a class helper similiar to how you declare a class but use the keywords class helper for.
- You can name a helper anything.
- Helpers have access only to public members of the class.
- You cannot create an object instance directly from a class helper.
- self refers to the class being helped.
17 years ago, and updated 16 years ago
(1 Comments
, last by Leo.M )
|
 Code |
 Article |
32965 Hits
|
 Pascal and Delphi Coding
|
Joshua Delahunty
|
4. Displaying graphic images in DBGrid components
An example of work I did to display a graphic (+ text) in a single column of a DBGrid based on two tables in a Delphi 2006 Application (not limited to later versions of Delphi)
20 years ago, and updated 17 years ago
|
 Article
 22140 Hits
|
 Pascal and Delphi Coding
|
Mike Prestwood
|
5. Prestwood Sponsors RAD Studio 2010 Sacramento Tour Stop!
Prestwood Software is sponsoring the Technology is moving fast. During this free two-hour technical seminar, you'll learn the secrets to getting the most out of RAD Studio 2010 and new Windows technologies. You'll get a firsthand look at new capabilities that will make you more productive and successful with Delphi--, C++Builder--, Delphi Prism-- and Embarcadero-- RAD Studio 2010.
RAD Studio/Delphi 2010 Sacramento Tour Stop! Wednesday, December 2, 2009 6:00PM - 8:00PM
New Horizons of Sacramento 1750 Creekside Oaks Drive, Suite 150 Sacramento, CA 95833
Sponsored by:

17 years ago, and updated 17 years ago
|
 News
 8020 Hits
|
 Pascal and Delphi Coding
|
|