Hi,
We're having a painful problem here. There is a network drive on the workstation mapped to a share on a server, say, \\server\myShare. The connection between workstation and server is wireless - workstation connects to a Linksys AP. The drive is set to reconnect after windows restart.
The...
Hello,
I'm a total beginner, so sorry if I'm asking a stupid question, but I've been googling for two hours now on and can't find the answer.
My problem is: I imported a movie into the cast, it's a DivX movie. I placed it on the Stage and it's playing fine, as soon as I start the movie. What...
Suppose I have a table like this:
ID NAME
1 John
2 Ann
3 Mike
etc, etc ...
ID column is unique
I need a query to return a table like this:
1 2 3
John Ann Mike
The IDs become the column names and there is only one row of data. Any ideas? I...
Hi,
recently I had an opportunity to talk to MS trainer about SSIS, he told me that an advantage of .dtsx packages is that it's possible to run them from any computer - I just have to prepare a package and then I can distribute it to other computers and run it.
Some things are a mystery to me...
Hello,
I just started learning C# and have a problem with drawing. I have a small piece of code where I draw to a bitmap defined in memory and then draw the bitmap on the form using the Paint event. I have a piece of code like this :
Graphics objGraphics;
Pen mypen;
// some code I cut
mypen =...
Hello,
I'm designing a small database where soccer results are going to be stored.
I have created following tables:
FB_Teams, with primary key I_TEAM_ID, storing team data.
FB_Competitions, with primary key I_COMPETITION_ID, where I want to keep details of leagues, cups, etc.
As most of you...
I think I have accidentally changed something in query analyzer settings and can't find the way to return to previous settings.
Whenever I select data from integer type columns return is formatted as a float value. For example - if value stored in a row is "20" then the result in output table is...
Hello,
I'm having a problem with my SQL Server 2000 (SP4) Enterprise Manager. It was working fine until today, when it suddenly stopped.
When I try to start it from the start menu nothing happens. I checked the process list and found that mmc process is running. I killed it, tried again - same...
Hello,
I've been reading a little bit on SQL Server licensing issues and got a little bit confused.
Let's say I want to use Server license + CALs. I read that each machine connecting to SQL Server (or each user, depending on CAL type) needs a separate CAL. What should I do if all software...
Here's a little piece of code I'm trying to get to work:
char *bzium;
bzium = dupa.getHeader();
fstream xx("c:\\ble.dat",ios::binary|ios::out|ios::app|ios::trunc);
xx.write(bzium,strlen(bzium));
xx.close();
bzium is a non-empty null terminated string, c:\ble.dat exists and is not empty. What...
Does anyone know if finishing official CCNA preparation course (in CISCO net academy) gives students any benefits (of course, except the knowledge and practice) during the certificate examination ?
Mike
I'm having that probably very stupid problem, yet I can't find an answer, so ...
My application has to make a hex dump of some buffer (read from binary file). I have a pointer to that buffer:
char *headerPtr;
To read it byte by byte I wrote a function
char header::getByteAtPos(int pos){
if(...
I'm having strange problems with my computer. When I bought it, it had 3 256 DDR chips (all the same). Everything seemed to work fine, but after a while I encountered blue screens. After some investigation I decided RAM was the issue. I removed all chips but one and everything was fine.
My...
Hey there.
We're using at our company SQLBase Server 7.5.1. It has just one, yet huge database, which is designed to work with specialised software we get from public health department.
I've been trying to connect to this database using SQLTalk, because we need some reports on patients that are...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.