×
INTELLIGENT WORK FORUMS
FOR ENGINEERING PROFESSIONALS

Log In

Come Join Us!

Are you an
Engineering professional?
Join Eng-Tips Forums!
  • Talk With Other Members
  • Be Notified Of Responses
    To Your Posts
  • Keyword Search
  • One-Click Access To Your
    Favorite Forums
  • Automated Signatures
    On Your Posts
  • Best Of All, It's Free!
  • Students Click Here

*Eng-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail.

Posting Guidelines

Promoting, selling, recruiting, coursework and thesis posting is forbidden.

Students Click Here

Jobs

SQL Update using Visual BASICS

SQL Update using Visual BASICS

SQL Update using Visual BASICS

(OP)
Hi guys, I'm currently learning how to work with a program written in Visual BASICS V5.0 that updates and selects from a SQL Database.  I'm just having a bit of trouble converting the SQL arguements into Visual Basics language.  If anyone could help me out, I'd really really appreciate it.

Here's the table I'm selecting the data from in BASICS code:

"SELECT ap1.dt_lst_updt, ap1.id_user_lst_updt " _
       + "FROM agrmt_phase ap1 " _
       + "WHERE ap1.nbr_tob_agrmt = " + m_Agreement _
       + "  AND ap1.dt_lst_updt = " _
       + "(SELECT MAX(ap2.dt_lst_updt) " _
       + "FROM agrmt_phase ap2 " _
       + "WHERE ap2.nbr_tob_agrmt = " + m_Agreement + ")"

If I want to update the dt_lst_updt to the current time when that command is executed and id_user_lst_updt to the user logged onto that program (This I guess I'll figure out later)

Thank you VERY much in advance!!!

Red Flag This Post

Please let us know here why this post is inappropriate. Reasons such as off-topic, duplicates, flames, illegal, vulgar, or students posting their homework.

Red Flag Submitted

Thank you for helping keep Eng-Tips Forums free from inappropriate posts.
The Eng-Tips staff will check this out and take appropriate action.

Reply To This Thread

Posting in the Eng-Tips forums is a member-only feature.

Click Here to join Eng-Tips and talk with other members!


Resources