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

    Good review / comparison

    Hi all, I am looking for good reviews / comparisons of server side scripting languages. In particular, I am interested in comaprisons including development cost if possible between ASP PHP C C++ (Any other important one I have missed) PS - this site is expected to have a users database of...
  2. princeshri

    database comparison

    Hi All, I am wondering if any of you know of good links where different databases are compared. In particular, I am interested in comparisons between PostGreSQL Microsoft SQL Server Oracle DB2 (Other DB's in the SQL Server - Oracle Range) Thanks, Shri
  3. princeshri

    reflective factory (Design patterns related ?)

    Hi, I was looking through a very interesting article on gamedev.net about reflective factories and have been hunting with google for more information on it. Anybody know websites with more information on Reflective Factories or what they are a part of - I think they may be related to design...
  4. princeshri

    tabbing from last field in subform to take to next field in form

    Hi, Does anyone have any ideas as to how I can get the cursor to jump to the next field in the form from the last field in the subform. Form Field1 Field2 SubForm Field1 Field2 Field3 Field4 How can I get the tab from Subform.Field2 take me to form.Field3...
  5. princeshri

    changing the sql server for link tables in access

    Hi, I have an sql server backend with an access front end. access connects to sql using link tables and during development it works fine. However, the problems appear on installation of the sql database on the production server and clients. Im connecting via odbc and although the odbc...
  6. princeshri

    client side cursors for queries / forms

    Hi, Im using Ms Access 97 with Linked tables to SQL Server. I have a form that displays around a 1,000 records (probably more in the future) and it takes quite a while for updates and so on and Im guessing this is because the cursors are server side since the sql server cpu spikes up when this...
  7. princeshri

    using vb to access remote ms access db

    Hi All, Does anybody have any experience of accessing a remote microsoft access database from VB ? all help appreciated Shri
  8. princeshri

    use of reference variables in class

    Hi all, wonder if someone can tell me how a reference variable can be defined / used in a class. thanx Shri
  9. princeshri

    c pointer to class.function

    Hi, if a class was declared as class1 class; how can i get a c function pointer to a public function within variable class such as class.function(); without using a c stub like, void classfunction(void) { class.function; } any pointers appreciated ;-) . Shri
  10. princeshri

    DataReport to A3

    How do I change the datareport page setup to print in A3 Portrait by default ?

Part and Inventory Search

Back
Top