Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
7answers
227 views

Browsing for SQL Servers

I'm writing a database application that connects to SQL server. I'd like to implement a similar connection dialog box like the one in SQL Management Studio. I've already found a way to get the list of ...
1
vote
2answers
429 views

AF_UNIX in windows

I have an application that I wish to use over windows. I am using AF_UNIX family un windows. I wish to know that AF_UNIX family is available in windows. If not then is there any alternate to AF_UNIX ...
0
votes
1answer
45 views

MIB_IPFORWARDROW metric(s) vs. ROUTE's

In the Windows command line, the 'ROUTE PRINT' command yields a tabular list of entries, with a single column labeled 'Metric'. In the Windows Platform SDK, you can fetch the same values (more or ...
0
votes
1answer
89 views

How to resolve “Error copying file or folder”?

There are two machines in LAN. Machine A & Machine B. On machine A, folder A is shared. I am copying that shared folder A from machine A to machine B. After copying few files, I got following ...