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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by CIMTEET

  1. CIMTEET

    Connecting vb.net to a MySQL database

    The MYSQL provider in the connection string...is that an address to the bin file?
  2. CIMTEET

    Connecting vb.net to a MySQL database

    I don't think I made a user name or password. Well I know there a password to login in for the Mysql connection client, but no username.
  3. CIMTEET

    Connecting vb.net to a MySQL database

    which one, there seems to be a lot of .net strings. Its a local connection, so I shouldn't need to worry about inlcuding a port number. I saw a .net oledbconnection but I thought oledb was for access. Well, I'll try one and see what happens.
  4. CIMTEET

    Connecting vb.net to a MySQL database

    I was looking for a way to use the database connection wizard in express 2008 vb.net. It wouldn't let me add the MySQL service. Also, it only gave me 3 database options to connect to, none of which was MySQL. Help. Greg
  5. CIMTEET

    MYSQL Password Help

    I set a MySQL 5.0 configured instance on my machine a few months ago and did nothing with it. I set a password and now I can't remember what it was. Is there a backdoor method getting it. I tried uninstalling the whole thing and setting it back up but when I got to hte password portion it...
  6. CIMTEET

    Simple question

    I want to develop and deploy an inventory app using SQL server. I have worked with it before but never really deployed it as a single licence/deployment package? What do I actually need for that. I have MSoft SQL Server 2005 on my computer. THen it reads configuration tools. It doesn't seem...
  7. CIMTEET

    .net newbie

    I am creating some inventory tracking software. simple but the problem is if I wanted to install this on another computer that doesn't have the same database software, what are my options. I really don't want flat file and I would like to package this thing in one deployment. IS there any...
  8. CIMTEET

    ORA 27101 Shared memory...

    There are others (at the company)taking care of this problem, thank you for your input.
  9. CIMTEET

    ORA 27101 Shared memory...

    AS I am waiting for the sysdba password I was wondering if running the startup wouldup somehow tell me what went wrong?
  10. CIMTEET

    ORA 27101 Shared memory...

    I am running code on an oracle 9i database. The two areas that I have been developing in have recently crashed with this error: ORA 01034 Oracle not available ORA 27101 Shared memory realm does not exist I am not as much a pessimist as I once was but it seems that I could be doing something...
  11. CIMTEET

    multiple sed needs.

    Your the man, that worked great!!
  12. CIMTEET

    multiple sed needs.

    I copied over wrong at the very top. You were right, there is no 4th /
  13. CIMTEET

    multiple sed needs.

    Here are the working lines: cat test_convert_cos.sql | sed 's/SES_ID_INPUT/'$SES_ID'/' > junk cat junk | sed 's/OUTPUT_FILE_NAME/'$NAME'/'> junk2 cat junk2 | sed 's/test/'$NAME'/'> $NAME.sql
  14. CIMTEET

    multiple sed needs.

    The SI was actually a $SI, but yes it worked. The syntax is proper to my knowledge.
  15. CIMTEET

    multiple sed needs.

    ses_id 4310 name ET0501

Part and Inventory Search

Back
Top