Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6705957
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T07:27:51+00:00 2026-05-26T07:27:51+00:00

I have a where clause in an old dusty vb.net application Dim dsAutoFoods As

  • 0

I have a where clause in an old dusty vb.net application

Dim dsAutoFoods As New DataSet
Dim tblAutoFoods As DataTable
Dim adAutoFoods As New OleDbDataAdapter("[qryFilter AutoFoods for Disagged Primary Foods]", connection )
adAutoFoods.SelectCommand.CommandType = CommandType.StoredProcedure
adAutoFoods.Fill(dsAutoFoods, "AutoFoods")
tblAutoFoods = dsAutoFoods.Tables(0)

sb = "INTAKEDATE = Format('18/09/2011 12:00:00 AM','DD/MM/YYYY HH:NN:SS AM/PM')"

Dim rootFood As DataRow() = tblAutoFoods.Select(sb)

And I don’t know how to format the where clause to use the date string ’18/09/2011 12:00:00 AM’ properly.

How do I format strings to dates?

I used :

Dim dateValue As Date
Date.TryParseExact(rdrKeySet("IntakeDate").ToString(), _
   "dd/MM/yyyy hh:mm:ss tt", _
   System.Globalization.CultureInfo.InvariantCulture, _
   Globalization.DateTimeStyles.None, dateValue)

Thanks.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T07:27:51+00:00Added an answer on May 26, 2026 at 7:27 am

    You can use ParseExact or TryParseExact method of Date to parse string to date,

    Dim value As Date
    Date.TryParseExact("17/10/2011", "dd/MM/yyyy", 
          System.Globalization.CultureInfo.InvariantCulture, 
               Globalization.DateTimeStyles.None, value)
    
    sb = "INTAKEDATE=#" value & "#"
    
    'or 
    
    sb = "INTAKEDATE='" value & "'"
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am moving an old ASP.net (C#) application from plain SQL queries to LINQ
I have to import data from an old schema to a new one, where
I'm using basic .net DataColumns and the associated Expression property. I have an application
I have written the following query, but in the WHERE clause I have used
With OpenMP 3.1, it is possible to have a reduction clause with min :
i have the following if-clause: if(empty($var)){ $errors[]=Failure; } this is for a form that
I have the following where clause: B.GivenName=@GivenFirstName) or ((@GivenFirstName = '') or (@GivenFirstName is
I have a query that uses a where clause. At times, this may be
I have a method to Generate Expression By Clause as below: internal static Expression<Func<TModel,
I have a problem with writing a catch clause for an exception that is

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.