No announcements
Found 3328640 threads
-
0 Votes
Check if value exists on database LINQ
Hi, you can check for your solution ...Answered | 1 Replies | 11096 Views | Created by MrNow - Saturday, February 26, 2011 8:44 PM | Last reply by Mitja Bonca - Saturday, February 26, 2011 9:02 PM -
0 Votes
How to Insert Checked List Box Values and Retrieve Value from Database
How to Retrive it From Database..Answered | 6 Replies | 12174 Views | Created by Ravi... _ - Saturday, April 3, 2010 4:20 PM | Last reply by A.m.a.L Hashim - Tuesday, May 25, 2010 5:32 AM -
0 Votes
Checking if check box value exists in database
Hello, I understand that you want to display a form and enable a field depending on the value of a boolean in the database.Answered | 5 Replies | 2855 Views | Created by nirvana.r - Tuesday, January 17, 2012 2:42 PM | Last reply by Mark Liu-lxf - Friday, January 20, 2012 7:42 AM -
4 Votes
Checking for double (same) values SQL database
As a matter of fact I don't know a lot of things about stored procedures but it's time to learn...Answered | 3 Replies | 3142 Views | Created by erom - Wednesday, March 4, 2009 7:38 AM | Last reply by erom - Wednesday, March 4, 2009 6:39 PM -
0 Votes
Query every database attached to an instance to check a value?
I have a blog explaining the idea and you should be able to apply it for your case: How to get information about all databases without a ...Answered | 2 Replies | 886 Views | Created by new to sql server - Wednesday, February 19, 2014 9:30 PM | Last reply by Prashanth Jayaram - Wednesday, February 19, 2014 10:00 PM -
0 Votes
How to check with Enum value
Hi Avtar, Please check below code.Answered | 5 Replies | 1734 Views | Created by Avatar 123 - Thursday, October 11, 2012 5:12 AM | Last reply by MithileshDubey - Thursday, October 11, 2012 11:03 AM -
0 Votes
Check if database exists and return a value
SELECT @string Best Regards,Uri Dimant SQL Server MVP,http://sqlblog.com/blogs/uri_dimant/ Blog : MS SQL Development and ...Answered | 8 Replies | 2879 Views | Created by ardmore - Monday, June 11, 2012 1:40 PM | Last reply by ardmore - Tuesday, June 12, 2012 11:57 AM -
2 Votes
How to check for null value?
MyBase.Dispose() is not a function so it doesn`t return a value to check.Answered | 3 Replies | 4487 Views | Created by Ramaraj Kumar - Tuesday, June 29, 2010 12:34 PM | Last reply by jinzai - Tuesday, June 29, 2010 2:39 PM -
0 Votes
How to hand Date Values, Time Values in Access
You might also like to take a look at TimeArithmetic.zip in my public databases folder at:Answered | 6 Replies | 922 Views | Created by MayurPise - Wednesday, June 1, 2016 1:00 PM | Last reply by Ken Sheridan - Monday, July 4, 2016 4:47 PM -
1 Votes
How to check for time in the last Hour?
I tried more then 10 different samples, all time I got falseAnswered | 3 Replies | 5618 Views | Created by Synthologic - Thursday, September 11, 2014 5:38 PM | Last reply by Tigran_ - Saturday, January 25, 2020 11:34 AM -
0 Votes
SQL Programming, check if multiple values exist in database
How about this?Answered | 9 Replies | 27209 Views | Created by Mindy Zhao - Thursday, February 17, 2011 12:11 AM | Last reply by wBob - Thursday, February 17, 2011 5:01 PM -
0 Votes
How to check value is decimal or not?
Hi, I've a value and i need to check that value is decimal or not i tried with Decimal.TryParse() but it won't work for me even if i send int ...Answered | 2 Replies | 44006 Views | Created by Murali Nagaraju - Friday, August 31, 2012 6:51 AM | Last reply by Mitja Bonca - Friday, August 31, 2012 8:21 AM -
1 Votes
how to check an table exeists in database ?
That is how it should be done.Answered | 11 Replies | 3879 Views | Created by gisfree - Thursday, May 14, 2009 4:57 PM | Last reply by David M Morton - Friday, May 15, 2009 11:23 AM -
1 Votes
date n time picker value from database
Hi there, you are casting a wrong way, to cast it correctly use this syntax as : up.dateTimePicker1.Value = System.Convert.ToDateTime( ...Answered | 3 Replies | 1520 Views | Created by M Tayyab mughal - Sunday, September 8, 2013 10:39 AM | Last reply by M Tayyab mughal - Sunday, September 8, 2013 12:24 PM -
8 Votes
Check for null value
briefly for example if in your database you set the default value is 0 you can check you can do a simple ...Answered | 15 Replies | 2246 Views | Created by SpaceLama - Monday, March 26, 2012 1:09 PM | Last reply by Ovais Mehboob - Tuesday, March 27, 2012 11:13 AM -
2 Votes
How to check specific time everyday?
=0) { readDataTimer.Interval = new TimeSpan(timesp.Days, timesp.Hours, timesp.Minutes, timesp.Seconds); } else ...Answered | 2 Replies | 734 Views | Created by Jeff0803 - Thursday, November 16, 2017 5:30 PM | Last reply by Yong Lu - Friday, November 17, 2017 6:32 AM -
0 Votes
how to check repeated value in Datagridview column Item
With LINQ to SQL you should make a check for the new record if it has duplicates in the existing DataSource of DataGridview.Answered | 2 Replies | 871 Views | Created by polachan - Thursday, January 28, 2016 9:35 AM | Last reply by Ciprian Lupu - Thursday, January 28, 2016 1:00 PM -
0 Votes
Checking database
There is a difference if a database has data or that a database exist.Answered | 7 Replies | 798 Views | Created by Habib ur rehman - Monday, August 11, 2014 10:33 AM | Last reply by Habib ur rehman - Tuesday, August 12, 2014 4:48 PM -
5 Votes
Checking for duplicate values in Strings
Beth Massi's blog links to a lot of good material on VB, including Code Samples, and her own "How Do I" videos which show how to work with databases in VB.Answered | 11 Replies | 8549 Views | Created by Charles Mohd - Wednesday, August 5, 2009 2:45 AM | Last reply by Matt Fisher - Wednesday, August 5, 2009 1:24 PM -
2 Votes
How to check database or excel files using recorder?
Coded UI Test will help you to get the values of table from the website UI.Answered | 3 Replies | 2761 Views | Created by Ngoc Vo - Monday, October 3, 2011 2:32 AM | Last reply by Ngoc Vo - Monday, October 3, 2011 2:54 PM - Items 1 to 20 of 3328640 Next ›
No announcements