I can`t download them on my network , i think my admin has blocked it , Is there anyway i can bypass it? Do u know which port does it use for torrent download,
I can download exact torrent files on another network ,
I can`t download them on my network , i think my admin has blocked it , Is there anyway i can bypass it? Do u know which port does it use for torrent download,
I can download exact torrent files on another network ,
I want to pass for example to instance of my employee class to the next page ,
I use CONTEXT
CONTEXT>ITEMS>ADD. ....
and then SERVER>TRANSFER();
but it doesn`t work properly and if i set the properties of these instances to the same class objects in the next page I get:
Object reference not set to an instance of an object
why? I sometimes can use their properties for example in the next page textboxes , but i couldn`t really find a rule for that , it doesn`t usually work
CAN I USE OTHER THINGS RATHER THAN CONTEXT?
if yes pleas show me the code,
I USE C# CODE
when i make a setup file of my project and install it on a computer there is no uninstall file in my application folder , and I can only unistall it from ADD\REMOVE PROGRAMS , why can i add that?
When install my application in PROGRAM FILES in vista I can`t add records to it cause its read only , but when I istall it somewhere else it works!!!!!!!!! what do I do?
this is my connection string and the database is in my application folder:
"Provider=Microsoft.ACE.OLEDB.12.0;DataSource=|DataDirectory|\\Database3.accdb"
This is all I want to make but I habe no idea about it:
This program(or maybe 2 programs) runs on two PCs, one part of the program is for server which gives the current time to the clients,
A client ask the time and wants to show it in its own PC,
tanx
Tell me anything u know about it
It`s a very simple windows application but It should be run on a LAN.
Here is what I want to make its a kinda game:
Someone runs the application for the first time,others will join him from their own workstation (they r all on a same LAN) So now they r all running the application at the same time, every one enters a number ,and after they all entered their numbers the application gives the sum of numbers.
I`m a local network admin and I want to have my clients hardware`s information.
I want to get these informatin on my server remotely.
I`ve found EVEREST but I think I should install it on all clients PCs first(Am I right?),and I can`t do that I can only install the software on the server.
I want to connect to a remote SQL server database in C# and the connection string needs USER NAME and PASSWORD,(I think its they`re database`s)
Any way How can I create usr and pass for a databaese?
I tried it in users part of databse but it wants(user name,login name??,and there is no password)I it usually gives me errores.
I want to make a simple application which its databse is on another PC in my LAN,What do I need to do to make such connection?
I can make connections on the local PC.What do need to do to make a remote one?
I want the exact syntax of the connection string(and what its different parts are):
This is the connection string on the local computer:
Data Source=SETMC252TAHA\SQLEXPRESS;Initial Catalog=MYD;Integrated Security=True
How should I change it?
Does it need a usrname and password?if yes how can I make them in SQLSERVER.
Do I need to change some settings in SQLSEREVR?(cause I used several syntaxes in C# but none of them worked.)
(Another questions Shouldn`t an application with this
CODE]Data Source=SETMC252TAHA\SQLEXPRESS;Initial Catalog=MYD;Integrated Security=True
connection string easily work on other PCs on my LAN?)
Cause it has the server name.
TANX
(Is there any way to find its exact model?,I don`t have its box.)
It`s written on the installation CD:
GIGABYE 8 sigma series.
intell 915 series.
What kind of GIGABYTE motherboard can it be?
Then,
I want to know the max CPU,RAM,VGA... that it can support.
Where can I find these?
TANX
Format of the connection string to access an ACCESS database in c# over network?
I want to make a OleDbConnection in c# and connect it to an access database in another PC on my lan.
This is an example of a connection string to connect to a database on my local computer:
(string strconnection = @"Provider=Microsoft.Jet.OLEDB.4.0;Data Source=c:\DOdatabase\Database.mdb"; and it works)
and this is the connection string of the Database which I want to access :
Provider=Microsoft.ACE.OLEDB.12.0;Data Source="C:\Documents and Settings\mchct\My Documents\c#.accdb"
(it`s access2007 and I got this string from the other pc itself,this computer name is HCTADMINS).
So now How can I change the above string to connect to c#.accdb on HCTADMINS from my local PC.
plz write the string for me,
tanx alot