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.
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
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...
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...
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...
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...
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
This code does 3 things is cshell. It changes the SES_ID_INPUT, OUTPUT_FILE_NAME, and test text in an sql file prior to running it. So far I been unsuccessful in trying to trim this down into one statement.
cat gen_query.sql | sed 's/ SI'/SES_ID_INPUT/'$SES_ID'/'>junk
cat junk | sed...
I am trying to write a script that searches a file, finds a marker like 'test.txt' and replace it with a new file name. Someone today mentioned to me the 'sed' function. It looks extremely flexible. So flexible that I would need help in writing it. Thanks
Greg
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.