Click here to Skip to main content
15,922,007 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Visual Basic&Pentium4 Pin
Dave Kreskowiak6-Feb-04 6:58
mveDave Kreskowiak6-Feb-04 6:58 
GeneralRe: Visual Basic&Pentium4 Pin
Member 6339078-Feb-04 22:14
Member 6339078-Feb-04 22:14 
GeneralRe: Visual Basic&Pentium4 Pin
Dave Kreskowiak9-Feb-04 4:57
mveDave Kreskowiak9-Feb-04 4:57 
GeneralRe: Visual Basic&Pentium4 Pin
Member 6339079-Feb-04 5:38
Member 6339079-Feb-04 5:38 
GeneralEmbedding pictures and icons into the exe Pin
Namboy825-Feb-04 22:24
Namboy825-Feb-04 22:24 
GeneralRe: Embedding pictures and icons into the exe Pin
Anonymous8-Feb-04 21:13
Anonymous8-Feb-04 21:13 
GeneralRe: Embedding pictures and icons into the exe Pin
Eduard Keilholz8-Feb-04 21:14
Eduard Keilholz8-Feb-04 21:14 
Generaldate time Pin
Member 8329615-Feb-04 20:50
Member 8329615-Feb-04 20:50 
Hi,
I'm working on vb. net and sql server... I have a table called "rproduct" which has 2 fields declared as 'datetime' namely for "date received" and "time received".
I'm using datagrid in vb .net to view the table data and also to modify and update etc.
The problem was that I wasnt able to view only time and only date in the respective fields, instead I used to get 'date and time' in both the fields. So what I did is something like this
select substring(cast(dater as varchar),0,13),
substring(cast(timeR as varchar),14, 20) from rproduct

and I set respective column in dataset's .xsd file as 'string' so that I can c the only date in "date received" field and just time in "time received" field.
But now the problem is I dont know how can I save the changes made in these fields back to database???

shatru2k
GeneralProble with VB6 and SQL server Pin
gamerPotatoe5-Feb-04 20:09
gamerPotatoe5-Feb-04 20:09 
GeneralRe: Proble with VB6 and SQL server Pin
John Kuhn5-Feb-04 20:30
John Kuhn5-Feb-04 20:30 
GeneralRe: Proble with VB6 and SQL server Pin
steff kamush5-Feb-04 21:35
steff kamush5-Feb-04 21:35 
GeneralRe: Proble with VB6 and SQL server Pin
steff kamush5-Feb-04 21:35
steff kamush5-Feb-04 21:35 
GeneralRe: Proble with VB6 and SQL server Pin
steff kamush5-Feb-04 21:39
steff kamush5-Feb-04 21:39 
GeneralEditing subitems in Listview in VB.NET Pin
Member 8639495-Feb-04 18:35
Member 8639495-Feb-04 18:35 
GeneralRe: Editing subitems in Listview in VB.NET Pin
John Kuhn5-Feb-04 20:12
John Kuhn5-Feb-04 20:12 
GeneralHelp! clock generate Pin
jfk_lili5-Feb-04 15:46
jfk_lili5-Feb-04 15:46 
GeneralRe: Help! clock generate Pin
Roger Wright5-Feb-04 18:09
professionalRoger Wright5-Feb-04 18:09 
GeneralRe: Help! clock generate Pin
Dave Kreskowiak6-Feb-04 2:19
mveDave Kreskowiak6-Feb-04 2:19 
GeneralRe: Help! clock generate Pin
jfk_lili8-Feb-04 14:33
jfk_lili8-Feb-04 14:33 
GeneralRe: Help! clock generate Pin
Dave Kreskowiak9-Feb-04 4:50
mveDave Kreskowiak9-Feb-04 4:50 
GeneralRe: Help! clock generate Pin
jfk_lili9-Feb-04 22:15
jfk_lili9-Feb-04 22:15 
GeneralRe: Help! clock generate Pin
Dave Kreskowiak10-Feb-04 5:35
mveDave Kreskowiak10-Feb-04 5:35 
GeneralRe: Help! clock generate Pin
jfk_lili10-Feb-04 22:39
jfk_lili10-Feb-04 22:39 
GeneralProblem related to Cryptography API Pin
peterlck5-Feb-04 15:25
peterlck5-Feb-04 15:25 
GeneralRe: Problem related to Cryptography API Pin
Dave Kreskowiak6-Feb-04 2:26
mveDave Kreskowiak6-Feb-04 2:26 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.