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 Mike Lewis 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: *

  1. boaconstrictor

    Excel 2003: Adding dropdown list into column fields

    Hi, I have a table with several columns (Name, industry, leadsource, etc). The data will be filled in through other persons. In order to keep the data in the column "industry" consistent, I would like to add dropdown lists into the fields of this column. Does anybody know how this could be...
  2. boaconstrictor

    How to use "callto" with my own tapi program??

    No, I dont want to run anything on the webserver. I want to do it over a link like '<a href="callto://+41 71 911 11 11"/> on the client. I know, this can be done through registry entries. But I don't know where and how they must be. Any ideas?
  3. boaconstrictor

    How to use &quot;callto&quot; with my own tapi program??

    Hi I have just created a program which lets my ip phone call a number through "mycall.exe +1 234 45 56..". Now I want to call this program through the callto url in a webpage like <a href="callto://+1 234 45 56.."/>. Does anybody know how I could acomplish this? Thanks Fredy
  4. boaconstrictor

    How to reset the Administrator password?

    Thank you Steve Currently I unfortunately cann't try this out. But I'll do it as soon as possible. Although my server is running under RedHat 8.0, I think your hint can help me. Thanks and regards ;-) Fredy
  5. boaconstrictor

    How to rotate Backups?

    Hi, I use MySQL Administrator to generate regular backups. Unfortunately this program is not able to delete old backups. Thus I need to do it by hand. Could anybody explain me how I could automate this task on a Win XP machine? I just want to delete the backups older than 3 days. Thanks and...
  6. boaconstrictor

    How to reset the Administrator password?

    Hi, I should login to a insight Manager from which I forgot the admin password. How can I reset this password? kind regards Boa
  7. boaconstrictor

    packages in tomcat project with eclipse??

    Hi, I just tried to follow a tutorial on struts (http://www.coreservlets.com/Apache-Struts-Tutorial/index.html). Thus I've built a project using the Sysdeo plugin of eclipse. But I failed already on compiling the class "RegisterAction1". The problem is the package: I should define the package...
  8. boaconstrictor

    Generic Select statement???

    Hy there, is it possible to accomplish generic statement like following: SELECT arrColums FROM table; whereas arrColums is an array of column specifier? I need it in an embedded SQL statement. Else I would have to generate dozens of embedded sql functions with the same functionality but...
  9. boaconstrictor

    Comments in Embedded SQL files???

    Thanks for your answers! I found out now what was wrong. The token &quot;--&quot; can be used in .pgc-files, but if you precompile this to a c-program, it produces &quot;--&quot; tokens as well in the c-file. But in C this is an unknown token. So if you use this token, you need to swap them into...
  10. boaconstrictor

    Comments in Embedded SQL files???

    Hy, does anybody know how I can insert comments into Embedded SQL files? Is it possible at all? kind regards boaconstrictor [ponder]
  11. boaconstrictor

    undefined reference to `ECPGconnect'

    Thanks to all for your answers!!! The program has been precompiled with the ecpg-command. The problem was the negligence of the &quot;-lecpg&quot; - statement in the makefile. Now it works well!! kind regards boaconstrictor [2thumbsup][2thumbsup][2thumbsup][2thumbsup]
  12. boaconstrictor

    Function VS. Embedded SQL

    I would stay on using embedded SQL, becaus it is not proprietary to PostgreSQL. With embedded SQL you can change the database much easier, because it is a standard which is provided on several databases. In the case of changing a db you just precompile your .pgc file with the new db and thats...
  13. boaconstrictor

    undefined reference to `ECPGconnect'

    Hy there, I have just started to program my first embedded sql program. I could generate the c file, but when I try to link the file I get always the errormassage mentioned in the title. Does anybody have an idea what the problem could be? I am using Linux Mandrake and the KDevelop Version...
  14. boaconstrictor

    Is there an answer to the .NET of Microsoft

    Does anybody know, whether there is an answer of Borland to the dotNET Environment and how it is? kind regards boaconstrictor [yinyang]
  15. boaconstrictor

    ADO connection to MS SQL Server? Tutorial??

    Hi there, I am currently looking for a tutorial on how to perform a connection to a sql server using the ADO (not ADOExpress!!). I have Delphi6 Enterprise Edition. Could anybody provide me such a tutorial?? kind regards boaconstrictor [morning]
  16. boaconstrictor

    An interesting link to Requirements Engineering!!

    Hi there, I just found an interesting link for Requirements Engineering: http://www.sophist.de/sophist.nsf/zC.A.R.E_e!OpenPage&AutoFramed Does anybody has experiences with this product? Kind regards boaconstrictor [yinyang]
  17. boaconstrictor

    OLE DB programming in Delphi? Tutorial?

    I didn't find a tutorial there! I know - it would be easier to buy such a component and use it. But in my case the I want to approach the target of the learn effect. Thus, a tutorial for programming OLE DB in Delphi would be very helpful! Thanks in advance Boaconstrictor [yinyang]
  18. boaconstrictor

    OLE DB programming in Delphi? Tutorial?

    Does anybody know a tutorial about programming an access to SQL Server with OLE DB? regards boaconstrictor [yinyang]
  19. boaconstrictor

    Change an Application to service app? Tutorial?

    Hi, I should change an existing Delphi application into a Win2000 Service application. Could anybody provide me some hints on how to perform this? Or could anybody provide me a tutorial on develop service applications in delphi? [sunshine][sunshine][sunshine][sunshine][sunshine][sunshine]...

Part and Inventory Search

Back
Top