Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: LordOfCode
  • Content: Threads
  • Order by date
  1. LordOfCode

    Win2000 No Desktop

    Hi, everyone I am software developer. This week I started to work for a company that uses Win2000 as ther domain server. My asked me to install Symantec Web Security. After installation I was requested to restart the server. I did, but after I logged in, the sorprise: the Windows desktop is...
  2. LordOfCode

    Execute Oracle Stored Procedure from SQL Server

    Hello everyone! Currently I am developing a distribuited application for a local bank in my country. In this moment I am developing the business layer using stored procedures in SQL Server 2000, but I have to use data from different data sources, including Oracle and other SQL Servers. I have...
  3. LordOfCode

    Execute Oracle Stored Procedure

    Hello everyone! Currently I am developing a distribuited application for a local bank in my country. In this moment I am developing the business layer using stored procedures in SQL Server 2000, but I have to use data from different data sources, including Oracle and other SQL Servers. I have...
  4. LordOfCode

    C++ Builder Integration

    In our company we develope using C++ Builder. Some questioning about if we should consider moving to Microsoft Visual C++ or even .Net C++ or .Net C# have arised in these days. The problem is that we do not want to rewrite all the code that is already written in C++ Builder. Does anyone of you...
  5. LordOfCode

    How do I get an Oracle servers list?

    Good day everyone. I need to use some sort of API which can tells me what are the names of all the Oracle Servers available on a local area network? We are currently developing with C++ Builder. Any idea? Somebody? Thanks in advance! edalorzo@hotmail.com
  6. LordOfCode

    How to connect with SQL Server

    Currentrly I am programming a TDataAccessor class for an SQL Server 2000 database usin Borland C++ Builder Enterprise Edition (v6.0). I am using TDatabase class in the DBTables.hpp. In order to connect to the database I am using ODBC, however, I do not want to use a trusted connection (Windows...
  7. LordOfCode

    Installation Problem

    I am having some trouble to install Oracle in a Windows Xp Pentium IV. The installer simple do not run. It does nothing. Any idea of the patch I should install to solve this problem and where I can find it? edalorzo@hotmail.com
  8. LordOfCode

    How do I get the caps lock state?

    I am building a swing application and currently I am working in a status bar for my app. In this status bar I would like to tell the user what is the caps lock status. How do I do that? Thanks in advance! edalorzo@hotmail.com
  9. LordOfCode

    How do I get the row number?

    Hello everybody. I need to build a query whose one of its fields is the row number of the result set. In oracle I can get the row number, but I do not know hoy I can do that in SQL Server. Can somebody help me, please? edalorzo@lidersoft.com
  10. LordOfCode

    Math Function Problem

    Hi everybody. I have to implement a math function wich must calculate a n-root. But Fox just calculate Square Roots. What can I possible do? edalorzo@lidersoft.com
  11. LordOfCode

    How to convert a vfp report to a Crystal Report

    I work for a software development company. We use the Vfp 7.0 report designer to create reports. However we feel that this tool does not offer the functionalities that we would like to give to certain reports. We think that Crystal Report is a better tool, but we have two main questions about...
  12. LordOfCode

    Binding controls

    I've working the past two years with Visual FoxPro, now I'm learning Visual Basic. I've been using ADO in an aplication I'm buiding. I created a dataenvironment and an initial conection. In the Login form I ask user for his user name and password and open the ADO connection with that...
  13. LordOfCode

    How to maximize the Print Preview Window

    How do I do to show a report in the Print Preview Window of the report designer in a maximized window at run time.<br> I have tried the Zoom Window and the Size Window Commands, but neither of them worked.<br> Any idea? <p>Edwin Dalorzo<br><a...
  14. LordOfCode

    How to connect to a database using API?

    Although I understand I can use Visual FoxPro Remote Views or SQLConnect to connect to a remote server I've been trying to connect to a database using API.<br> I know the functions contained in the ODBC32.DLL. How ever still I don´t understand how Visual FoxPro passes parameters correctly.<br>...
  15. LordOfCode

    ODBC Connections in a network

    Is there any way I don't have to implement ODBC connections in each client machine to connect to SQL-Server Database in Windows NT Network?

Part and Inventory Search

Back
Top