Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
J

Jesal Rana

@Jesal Rana
About
Posts
7
Topics
4
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Ado.net ODBC problem connecting to Progress database
    J Jesal Rana

    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

    Database help sysadmin csharp database

  • Please Help me for finding a word from field in SQL
    J Jesal Rana

    Hi, 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

    Database database help question

  • Please help me for finding a word from a field of database
    J Jesal Rana

    Hi, 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

    Database database help

  • getting day of the date
    J Jesal Rana

    Hi, 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

    C# csharp help tutorial question

  • Doubt regarding the combo box
    J Jesal Rana

    Just 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

    C / C++ / MFC question

  • Help me for the use of AJAX in ASP
    J Jesal Rana

    Hi 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

    XML / XSL com help tutorial

  • I want to get some example of ASP using XML
    J Jesal Rana

    I 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

    XML / XSL javascript xml tutorial
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups