08-20-2009 11:04 PM
hai good morning,
im writing a programme to save date to SQL express. i had a connectivity problem but manage to get the solution. My prob is when i save a random number i dont have any poblem but i need to save it according to time. when i entered the time stamp in string an error occured. i have attached picture of my block diagram and error massage . looking forward for sum help. thanks
regards,
shamaran
08-24-2009 11:39 PM
08-25-2009 01:51 AM
Your sql query in the code is wrong.
The format for date-time is
%d/%d/%d 0:0:1
Eg: 10/28/2009 12:23:10
Date format is in (MM/DD/YYYY)
Time format is in HH:MM:SS
08-25-2009 01:52 AM
08-27-2009 09:18 PM
hai guys,
thanks for all the kind reply. after few testing i found out the output from the variant is not in the same order as i wired to the bundle by name.
even the array shows in the same arrangment as in my sql. i rewired the whole thing again and it turn to be ok.
Do place a indicator on variant output . i saw a lot of problem do occur when we change data to variant type
have a nice day guys
regards,
shamaran