Youb have written correct string but if you have SQL server name (e.g.'sa' PWD='' or PWD='sa' ) whatever u have given at the inststallation time that must be matched. Then u can easily connect to ur database. I think there's no need to write 'DRIVER={MERANT 3.70 32-BIT PROGRESS};' But I m not sure about this so check it. Without that it is working but don't give null string to the UID or PWD field but gie as below. DRIVER={MERANT 3.70 32-BIT PROGRESS}; DSN=OURDSN; UID=; PWD=; database=ourdatabase; Bye, Jesal Rana OK
Jesal Rana
Posts
-
Ado.net ODBC problem connecting to Progress database -
Please Help me for finding a word from field in SQLHi, Please anyone can help me for finding a word from a particular field from table in database of SQL. I have the problem below. DataTable Name: TempTable Field name: Dtail other field name: KeyWords in the Detail field i have data like: <--Begin--> (TenderProcess <> 'Sell' and (State in ('Gujarat') and (ProductName in ('Iso-9002 Consultancy','Audit') or ProductDetails like '% ISO %' or ProductDetails like '% ISO- %' or ProductDetails like '% ISO - %'))) <--End--> Above is the data in field of Detail Now my Question is: I want to get words if it found the word 'Product Detail like%%'in any record. Then for above ex. if I found the word it give output:ISO,ISO-,ISO - ------------------------------------------------------------ So from above ex. I how I get the output as above. Please help me.Reply me urgently. Jesal OK
-
Please help me for finding a word from a field of databaseHi, Please any one can help me for how I find a word from a paricular field from database in SQL Please reply urgently. Regards, Jesal Rana OK
-
getting day of the dateHi, U right the code below, .......(Put the TextBox in the Web Form) TextBox1.Text = DateTime.now; // For the current Date & Time // I don't know how to omit sat. & sun days from the month. Regards, Jesal Rana OK
-
Doubt regarding the combo boxJust follow the method below u will get ur rsult. Right click on the combo box; Select ‘Properties’ from the list displayed. This will open the ‘Properties’ window; Click on ‘Event’ tab and place your cursor next to the ‘On Got Focus’ event; Then, click on the ‘…’ button; Select ‘Code Builder’ from the code builder window and click on OK. The following Subprocedure will be created: Private Sub Combo2_GotFocus() End Sub You can also call the function on Event of Mouse Move. OK
-
Help me for the use of AJAX in ASPHi to All I don't know how to use AJAX in ASP. So please if any one knows plz. help me. If u have some ex. then plz. send me on jesalrana77@gmail.com OK
-
I want to get some example of ASP using XMLI want to get some examples in ASP using XML that how connection has been created using XML in ASP / Javascript. Please give me proper suggestions. Thanx Jesal Rana OK