Click here to Skip to main content
15,895,283 members
Home / Discussions / Database
   

Database

 
GeneralHelp About Working with DataBases Pin
korso_rogan20-Jul-05 23:21
korso_rogan20-Jul-05 23:21 
QuestionHow can i clear all database connection via t-sql script Pin
m.rastgar20-Jul-05 20:28
m.rastgar20-Jul-05 20:28 
AnswerRe: How can i clear all database connection via t-sql script Pin
Alomgir Miah21-Jul-05 4:10
Alomgir Miah21-Jul-05 4:10 
GeneralRe: How can i clear all database connection via t-sql script Pin
m.rastgar21-Jul-05 11:59
m.rastgar21-Jul-05 11:59 
GeneralRe: How can i clear all database connection via t-sql script Pin
Alomgir Miah22-Jul-05 5:59
Alomgir Miah22-Jul-05 5:59 
GeneralRe: How can i clear all database connection via t-sql script Pin
Alomgir Miah22-Jul-05 10:02
Alomgir Miah22-Jul-05 10:02 
GeneralRe: How can i clear all database connection via t-sql script Pin
m.rastgar22-Jul-05 12:17
m.rastgar22-Jul-05 12:17 
Questionhow to serialize (save) object into SQL Server? Pin
maaaxwell20-Jul-05 16:02
maaaxwell20-Jul-05 16:02 
hey!nice to meet you,everyone.you can call me bill.can we make friends?
recently i posted a problem on the forum,but hasnot had an answer.could
you please help me?i'm worring about it.my question is:how to serialize
(save) object into SQL Server?for a instance:
<serializable()>_
public class employee
private _name as string
private _age as string
public property name() as string
get
return me._name
end get
set(byval value as string)
me._name=value
end set
end property
.........
maybe use DataSet as interface,but i failed.i think you are a
warmhearted man.please help me.thank you very very much.


good luck and make more money! bill(in Code Project's name is:maaaxwell)
AnswerRe: how to serialize (save) object into SQL Server? Pin
Christian Graus20-Jul-05 17:27
protectorChristian Graus20-Jul-05 17:27 
GeneralRe: how to serialize (save) object into SQL Server? Pin
maaaxwell21-Jul-05 15:32
maaaxwell21-Jul-05 15:32 
GeneralRe: how to serialize (save) object into SQL Server? Pin
Christian Graus21-Jul-05 16:21
protectorChristian Graus21-Jul-05 16:21 
GeneralDynamically creating DTS package Pin
Martin@captivasystems20-Jul-05 9:30
Martin@captivasystems20-Jul-05 9:30 
GeneralRe: Dynamically creating DTS package Pin
ToddHileHoffer21-Jul-05 10:00
ToddHileHoffer21-Jul-05 10:00 
GeneralRounding Problem of DateTime field Pin
zsharon1120-Jul-05 4:22
zsharon1120-Jul-05 4:22 
GeneralRe: Rounding Problem of DateTime field Pin
Albert Pascual20-Jul-05 7:44
sitebuilderAlbert Pascual20-Jul-05 7:44 
GeneralRe: Rounding Problem of DateTime field Pin
zsharon1120-Jul-05 11:05
zsharon1120-Jul-05 11:05 
GeneralLinking problems helppppp please!!! Pin
zvanolli20-Jul-05 1:32
zvanolli20-Jul-05 1:32 
GeneralRe: Linking problems helppppp please!!! Pin
Marc Soleda20-Jul-05 3:29
Marc Soleda20-Jul-05 3:29 
Generalquestion on using transaction Pin
ppp00120-Jul-05 0:54
ppp00120-Jul-05 0:54 
GeneralRe: question on using transaction Pin
Selahattin Bostanci20-Jul-05 22:35
Selahattin Bostanci20-Jul-05 22:35 
GeneralRe: question on using transaction Pin
ppp00121-Jul-05 3:38
ppp00121-Jul-05 3:38 
GeneralRe: question on using transaction Pin
Selahattin Bostanci21-Jul-05 4:13
Selahattin Bostanci21-Jul-05 4:13 
GeneralRe: question on using transaction Pin
Rob Graham21-Jul-05 5:33
Rob Graham21-Jul-05 5:33 
QuestionHow to create item that could be null in access? Pin
rushing19-Jul-05 22:50
rushing19-Jul-05 22:50 
AnswerRe: How to create item that could be null in access? Pin
Rob Graham20-Jul-05 3:39
Rob Graham20-Jul-05 3:39 

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.