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

    how do I set datatypes in vb.net app to match data types in the sql

    I designed a db with 4 related tables. Now I am designing a vb.net table that will be saving data to those tables. I am new to vb.net but the data types seem to be different. I am using int 4 byte as datatype as identity column for primary keys in table. But Vb.Net in the dataset1.xds chooses...
  2. seminewbee2005

    how would a real programmer handle a group of text boxes

    I have a group of textboxes that I dealt with using a control array. txtMach(0),txtMach(1) ans so on. I am new to vb.net and have read in my research vb.net does not support control arrays. SO how to do it? thanks!!! for example how to do something as simple as clearing a group of 5 text boxes...
  3. seminewbee2005

    need a good website reference step by how to use ado.net

    need a good website reference step by how to use ado.net for my dasturdly deeds. I do not have time to run and buy a book. I need to know what lines of code to write using ado.net to connect to a db and modify data. a good website step by step or tutorial would be both great AND swell
  4. seminewbee2005

    can't start new project asp.net web server not running app, net

    when I click new prject in vs.net and choose asp.net web app, I get an error saying the webserver does not have asp.net version 1.1. I just downloaded this and ran through install wizard and rebotted. so do these asp.net version 1.1 need to be installed on my computer or installed within iis???
  5. seminewbee2005

    xp pro IIS. needs asp.net version 1.1 error message

    when I click new prject in vs.net and choose asp.net web app, I get an error saying the webserver does not have asp.net version 1.1. I just downloaded this and ran through install wizard and rebotted. so do these asp.net version 1.1 need to be installed on my computer or installed within iis???
  6. seminewbee2005

    basics! help - can't succesfully start a new web app in vs 2003.net

    when I click new prject in vs.net and choose asp.net web app, I get an error saying the webserver does not have asp.net version 1.1. I just downloaded this and ran through install wizard and rebotted. so do these asp.net version 1.1 need to be installed on my computer or installed within iis???
  7. seminewbee2005

    need help getting started - easy qustion iis/xp prr as.net

    xp pro iis. I have no access to my default website from my browse I installed IIS on xp pro. then I go into Mozilla and type http://localhost/ and hit enter I get prompted login and password and I put and I put it in and says it is not right. which login and password is it looking for???
  8. seminewbee2005

    need help on basic web app - getting started problems

    xp pro iis. I have no access to my default website from my browse I installed IIS on xp pro. then I go into Mozilla and type http://localhost/ and hit enter I get prompted login and password and I put and I put it in and says it is not right. which login and password is it looking for???
  9. seminewbee2005

    IE 6 address bar gone, how to get it back?

    IE 6 address bar gone, how to get it back? this is such a pathetic question but the part of IE where you type in a url is missing. I cannot find how to get it to reappear. thanks
  10. seminewbee2005

    xp pro iis. I have no access to my default website from my browser

    xp pro iis. I have no access to my default website from my browse I installed IIS on xp pro. then I go into Mozilla and type http://localhost/ and hit enter I get prompted login and password and I put and I put it in and says it is not right. which login and password is it looking for???
  11. seminewbee2005

    help-sql server install problem on xp pro sp1

    I am trying to install sql server2000 client tools but when I start the instal by clicking autorun.exe I get the following error. I have installed on other xp pro machines although they were sp2 (do not know if makes any difference) 16-bit windows subsystem c:windows\system32\autoexec.nt. This...
  12. seminewbee2005

    install problem on xp pro sp1 , 16-bit windows subsystem

    I am trying to install sql server2000 client tools but when I start the instal by clicking autorun.exe I get the following error. I have installed on other xp pro machines although they were sp2 (do not know if makes any difference) 16-bit windows subsystem c:windows\system32\autoexec.nt. This...
  13. seminewbee2005

    couple of super newbe questions. how to continue to next line in code

    my code of line is too long, what character or doohicky do I need to type to tell vb.net code window I am continuing this statement on the next line.? 2. a. I was told not have have my queries i write from vb.net apps to sql server be sql statements. rather encapsulated stored procedue. But I...
  14. seminewbee2005

    which control should i use on form to be populated by field

    I have a form and users will add data to it which will be saved to sql db. But there are some field I do not want user input to screw up so I want their selection to be based on the select derived from the unique key field in the db table. to put it more clear i hope I am rewriting a vb6 form...
  15. seminewbee2005

    does sql server have bitmap indexes like Oracle?

    oes sql server have bitmap indexes like Oracle?
  16. seminewbee2005

    can you set view to see only user objects in EM

    when I want to not see all the system tables in EM when I am looking at the tables of a user db, I do not want to see the system tables too.
  17. seminewbee2005

    how to tell if indexes are helping

    I was wondering if some one could give me a god example for me to contstruct to see it work. like a basic table with no indexes, query it and look in QA the execution plan cost, then set index or indexes on field that the query uses in where clause to see if cost is less. I did this and saw no...
  18. seminewbee2005

    what to use for what DTS\Back up and Rec\replication

    each of these tools can be used to store data objects in diefferent places but which to use for what. I mean a task can be scheduled to copy a table to another server in DTS, how is this different than replication. And you can also use dts and replication for data redundancy so why use back up...
  19. seminewbee2005

    i install desktop engine, then clients tools but cannot register s

    when i register i select sql auth and use the sa and password i used for command line instal. I also specified in instal paremeters sql for security mode. but i get a failed login connection message. but when to register again and select win auth it succesfully registers. anyone know why?
  20. seminewbee2005

    can can I install xp home, xp pro, win 2003 server on same machine

    I need this for teaching different subjects. If possible what would be thge order to instal and file system type. Like I know ntfs for win2003 server, but what about xp pro and home? thanks

Part and Inventory Search

Back
Top