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 Wanet Telecoms Ltd 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: GuntherKS
  • Content: Threads
  • Order by date
  1. GuntherKS

    Errors Opening Recordset With "Create User" SQL

    I get errors while trying to open a recordset when it has a "create user...." statement in it. The error is: 3704 Operation is not allowed when the object is closed. The create user statement works, because I have cut it and pasted it into SQL+ and it executes properly. The...
  2. GuntherKS

    email notification?

    Does anyone know the script to send an email within InterDev? I wish to notify myself and a few others everytime information is entered into one of my databases via InterDev. Is there a script I can add to the submit button to email a notification of an added record? Kevin
  3. GuntherKS

    Editing and Deleting after a search?

    I have successfully created a page that can step through a database with a navbar. I can then edit or delete the item that I am at. This is all done with design time controls. I now would like to be able to search by name. I have made this work by using a script that takes a txtbox variable...
  4. GuntherKS

    Book Suggestion

    Does anyone have a suggestion on a good InterDev book? Right now I am using Visual InterDev 6.0 Programmer's Guide. So far I am not thrilled with this book. It seems really incomplete. Visual InterDev Unleashed is on sale at a local book store. Anyone know if this book is any good? Kevin
  5. GuntherKS

    I am trying to be able to let users

    I am trying to be able to let users do a search for a name in a database. If the name is partially correct (for example names are Zwork, Ztest, and Zbob. and they just typed 'Z') I would like them to be able to step through a list. I already have a recordset that can be navigated by a...
  6. GuntherKS

    Date, Time Stamps

    I successfully inserted information into an oracle database, but I want to insert a date/time stamp to tell me when they insert the data. I have a column created in Oracle with the 'date' format. Is there a script I can write for this, or is their a function that will do it for me in VID? Thanks
  7. GuntherKS

    Dynamic parameterized queries

    I am new to VID and am confused on trying to make a parameterized query. I want to retrieve data that matches the name from a textbox. The recordset is working properly and is called rsITSxxx and it usess a SQL statement that is simply: select * from itsxxx. I also have a text box called...

Part and Inventory Search

Back
Top