i have two problem.
1.
can i connect to sql server 2005 express from vista home.
i use this connection :
.ConnectionString = "provider=SQLOLEDB;server=" & server_adi & ";uid=" & Text2.Text & ";pwd=" & Text1.Text & ";database=" & database_adi
i cant connect to server.
with business i can connect but i have another problem
2.
in vista businees i have another problem.
it's religion setting is different for date and time
it has :
m/dd/yyyy
hh:mm:dd AM/PM
format
but i want that:
dd.mm.yyyy
hh:mm:dd
how can i do that please help me.
1.
can i connect to sql server 2005 express from vista home.
i use this connection :
.ConnectionString = "provider=SQLOLEDB;server=" & server_adi & ";uid=" & Text2.Text & ";pwd=" & Text1.Text & ";database=" & database_adi
i cant connect to server.
with business i can connect but i have another problem
2.
in vista businees i have another problem.
it's religion setting is different for date and time
it has :
m/dd/yyyy
hh:mm:dd AM/PM
format
but i want that:
dd.mm.yyyy
hh:mm:dd
how can i do that please help me.