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 TouchToneTommy 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: objuan
  • Content: Threads
  • Order by date
  1. objuan

    Question about MSDE

    I am wondering about any limitations that might be present with the use of MSDE (rather than SQL Server) for a low volume application. In reading some of the documentation, it appears that MSDE might be appropriate for this, but wanted to know if anyone has used it before for a production...
  2. objuan

    Return autonumber in Access like @@Identity

    Can anyone tell me how to return the AutoNumber from Access much like you can return the @@Identity in SQL?
  3. objuan

    Custom Namespaces/Best Practices

    I'm new to ASP.Net and I'm using some of the end-to-end samples to try to understand the framework. In looking at the IBuySpy Portal, most of the pages Import a Namespace called ASPNetPortal. This namespace seems to allow the use of Public Functions that are stored in component files, but I...
  4. objuan

    Rowset cannot be restarted

    I have run into an error when trying to manage a Recordset that is being pulled by a Function that runs a Stored Procedure to a SQL DB using an ADO Command that executes the stored procedure by sending the parameters through. The RecordSet seems to be returning okay, but I can't seem to set the...
  5. objuan

    2 Functions Recordset Errors

    I have two functions, both of which call on stored procedures to do certain things. Function 1 uses 2 parameters to build a recordset. Function 2 calls function 1 to assemble the recordset and then tries to filter that recordset as a check before doing anything else. When I call Function 1...
  6. objuan

    Best Practices Importing Data Files to SQL

    I am looking at approaches to getting data from files (eg., xls, csv) that are uploaded by external users of a data driven site, imported into a SQL database, and then displayed to public. I am looking at the FileSystemObject as an approach to read the data out and then move to SQL with basic...

Part and Inventory Search

Back
Top