User Profile

Collapse

Profile Sidebar

Collapse
olud
olud
Last Activity: May 2 '07, 01:57 PM
Joined: Mar 19 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • olud
    replied to Sql Syntax Error!
    Bless you iburyak ... thanks a lot , it worked
    See more | Go to post

    Leave a comment:


  • olud
    started a topic Sql Syntax Error!

    Sql Syntax Error!

    Hey guys,

    I am trying to create a stored procedure with this statement and it keeps telling me that my syntax is incorrect (enterprise manager). Please help... i am pulling my hair out here!

    ############### #############

    CREATE PROCEDURE searchcandidate 3
    -- DECLARE parameters to determine select statement
    @keywords varchar(1000),
    @recent datetime,
    @county varchar(200)
    ...
    See more | Go to post

  • olud
    started a topic vb.net insert and loop problem Please help!!
    in .NET

    vb.net insert and loop problem Please help!!

    Hi All,

    I am trying to insert selected contents of a listbox into a database by looping through the collection. The loop is working and the contents are going into the database. Starnge thing is i come up with this error as soon as the contents are inserted in the database!.

    Code:
         Dim iCount As Integer
            Dim ddlcount As Integer
            Dim strItem As String
    
            For iCount = 0 To
    ...
    See more | Go to post
    Last edited by kenobewan; Mar 19 '07, 12:59 PM. Reason: Add code tags
No activity results to display
Show More
Working...