blah blah blah is here! blah blah » Close

0
votes
0 answers

OLEDB access get age from date

lios
30

guys with this code i set an number of years and displays on datagrid the records of peple thad works this years but also i have in the record the birthdays as date format, is any way to display by selecting the age? e.g. select the pea ...

0
votes
3 answers

How to get SQL insert/update statements?

I am doing this way but can't get insert's [code] SELECT REPLACE (REPLACE ([text], CHAR(13), ' '), CHAR(10), ' ') AS QUERY FROM sys.dm_exec_cached_plans AS p CROSS APPLY sys.dm_exec_sql_text (p.plan_handle) WHERE p.objtype = 'Adhoc ...

1
votes
4 answers

C#: can't get XML first element

[code] HttpWebRequest request = (HttpWebRequest)WebRequest.Create("http://www.mysite.com/XML.php"); HttpWebResponse res = (HttpWebResponse)request.GetResponse(); StreamReader in = new StreamRea ...

-1
votes
0 answers

C#: Get ListView Items values.

i have the this code [code] ListVie.Columns.Add("H1", 120, HorizontalAlignment.Left); ListVie.Columns.Add("H2", 80, HorizontalAlignment.Left); ListVie.Columns.Add("H3", 80, Horizont ...

Feedback