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 derfloh 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. rexhunter

    ASP.NET HTTPMODULE UPLOAD CONTROL

    I'm going to start an upload control in ASP.NET (VB). The requirements: * Can handle big files * Has a progress bar The build in upload control does not meet my requirements. I know that you can write it with a httpmodule. But I don't know how to address that. I searched on the internet...
  2. rexhunter

    A real life LAYERED: Kernel--Math Algorithms--GUI Algorithms--Output

    Thanks, I think it's worth trying it. I have to rewrite some things and I'll some more code. But I think the code will be more bright with that idea and easier the maintain. And to transport data with a dataset is a very good idea. A simple idea in fact, but very SMART and clever! Thanks for...
  3. rexhunter

    A real life LAYERED: Kernel--Math Algorithms--GUI Algorithms--Output

    I am developing a forum (discussion) site and other funny stuff. First, I will explain: (Note: this question goes not about ASP.NET or .NET, but about OOP in general). Most of the things run on a database. I created a database class that simplifies the interacting between the other code and de...
  4. rexhunter

    VB versus Access Front-End

    I would prefer working with Visual Basic. In VB you've enough data controls to perform your tasks. You're talking about VB6. You'd better use VB.NET. VB.NET is the newest version of VB. You can download the compiler at www.microsoft.com. It works with the .NET framework and it's great. You can...
  5. rexhunter

    random indentity

    Thank you all, I tried this with SQL server 2000 and it worked perfectly. It's a bit off-topic, but does anybody know how to perform this in Acces SQL? This will be my last question in this thread, thank you.
  6. rexhunter

    random indentity

    Sorry, I don't want to generate a number with code, there fore I can use VB.NET. The only thing I want is that when I insert a new row, the server (JET) will automatically generate a unique random number for me. I know that I can use the IDENTITY()/COUNTER(), but then I get a sequence of...
  7. rexhunter

    random indentity

    First: happy new year (I've 6.5 hours to go in 2004). In Acces you can choose: Autogenerate number: *autoincrement (integer 32bit counter) *random numbers (integer 32bit) When you not use Acces, how can you perform this with e.g. create table on a JET 'server' or SQL...
  8. rexhunter

    random indentity

    In the user environment of Acces it is possible to set a counter to random. The engine produces random unique ID numbers. Is this also possible with SQL (TSQL) which works with the JET engine?
  9. rexhunter

    Database design: INSERT ROW BETWEEN 2 ROWS

    I've created a discussion forum. One of the features is that users can react on other users: a subthread. Example: Reaction Record number ==================== ============= ReactionA Gates 1 ReactionB Bush 2...

Part and Inventory Search

Back
Top