Search results for query: *

  1. J

    List Box or Combo Box with Database

    ANSWERED - List or combo-box I figured it out right after I posted! I went to the properties for the combo-box, and set the databindings - text, to the proper column from the table and set it upon validation. All worked well, and also figured out a couple other things on the way! Thanks for...
  2. J

    List Box or Combo Box with Database

    Thanks, I am now able to view the data in the combo box, from the other table. By using the datasource for the combo box, and the display member. What would be the code to save the info from the combo box, back to the current table? I have no idea. This is the code I have for the save button...
  3. J

    List Box or Combo Box with Database

    Im working on an application for a POS system. Im starting off slow and I have a database with 4 tables in it currently. Im at the point where I have the details of the table (inventory) on the form, and working fine. I have a row thats called DeptId which I want it to use a drop down box to...
  4. J

    Creating Login Form Help

    Im currently using a login form, and I have 2 text box's, and one login button. I decided to use an if statment like... If textbox1.text = whatever and textbox2.text = whatever. I want to use a database instead to verify the username and password. I have a SQL database, and a table named...
  5. J

    Server Explorer Available in vb standard?

    I tried uninstall and reinstall last night with the .net framework. Same thing! Its crazy right! Anyway, on your next post let me know what time it is there, Im having a problem figuring out Central Euro Time? Thanks
  6. J

    Server Explorer Available in vb standard?

    Thanks for all the instructions, which I followed. I first did a repair/re-install of vb.net, I also did the same for ms office for access. I used a component checker and Im currently running the MDAC 2.8 sp1 version. Still the same error, even when I try SQL server database, which is running...
  7. J

    Server Explorer Available in vb standard?

    Well its not just my project, its any? I bought a book with some walkthroughs on it, and the database walkthrough doesnt connect niether, as well as a project that I downloaded from this site. It weird, I tryed the one I downloaded from this site that was coded directly and it pulled info from...
  8. J

    Server Explorer Available in vb standard?

    As far as password, I have tryed it with and without. Im more concerned with at least creating a connection to an access database. I know I can code it in, but whats the purpose of having the server explorer tool wizard, and it not making the connection? Like I said I tryed it with the blank...
  9. J

    Server Explorer Available in vb standard?

    I have been having a prob using the connection wizard from the server explorer toolbar. Is it something thats there but cant be used in the standard edition? I always get the test was successful, but upon clicking ok, I get an explorer error stating...Unable to connect to database, please check...
  10. J

    Unable to connect to database???

    If theres anyone else that could help me please respond. Thanks
  11. J

    Unable to connect to database???

    Not a prob, Thanks for your time! Hopefully someone has an easy fix, Im sure thats all it is.
  12. J

    Unable to connect to database???

    Hmmm... I downloaded the free version of MS SQL Desktop from microsoft along with the web administrator.
  13. J

    Unable to connect to database???

    Im using VB.Net 2003, standard! Basically no matter what I do with any database's I always get the same Server Explorer error: Unable to connect please check user and pass and try again. But everytime I use the test Connection button, it says successful??
  14. J

    Unable to connect to database???

    Okay, Im a bit confused, sorry! Are you talking about a new windows account? I use MS SQL Desktop, so if thats what your refering to Im not sure where to start to add a new user. When I installed SQL I had to do that run command C:\whatever\sapwd = "Whatever". Then I use web admin thing to add...
  15. J

    Unable to connect to database???

    Yes its running on my local PC. So your saying I cant use the SA username, and the password i created for it? I have to use windows login, not the SQL login? How do I change the login to windows? Any reason why its the same error with Access? Thanks Again
  16. J

    Unable to connect to database???

    I added the password in mixed mode. I also have no problem using the MS SQL web administrator to view the databases. Using the password I created. Its just confusing being its the same error using SQL or Access. And why would the test connection be successful? Thanks
  17. J

    Unable to connect to database???

    Hello all, Need a little help. Im using vb.net 2003, Im pretty new to it so I bought a really good book to help me along. I have Access, and MS SQL on my local PC. In vb.net I have a new project open, and I click on Sever Explorer and click the new connection button. Then I proceed to fill in...
Back
Top