Hi,
I have a problem I don't know how to solve. We recently installed an MPLS network between Site A and Site B. I have managed to get SiteA's 5510 to route to Site B by connecting the MPLS router to e0/2 and adding in some static NAT mappings and a static route to that subnet. (e0/0 is...
I am hoping that you nice people can help me with my problem :)
To describe our enviroment, we have two sites running Pix506E's. They are connected to each other using VPN so if i sit in Office A I can access servers in Office B and vice versa.
We also have remote users that connect to the...
We have an active directory setup over three sites.
We have a problem that if someone sends a message to a user in SiteC then the get back the following error message even though the email is received correctly :-
We used to have Site C's email addresses setup as Contacts before we connected...
Hi,
As per subject, I can send a \n fine using the code below:
write(fd, "\n", 1);
when I try and send:
write(fd, "\r", 1);
the CR character is not received on the other end.
I am using linux for writing my C program, and I have a WindowsXP machine running TeraTerm...
Help!
I have installed postgreSQL 7.3.2 from source for my LFS4.0 linux system.
I have downloaded psqlodbc. When I setup a linked table in access, it works briefly but then it will have connection problems after a short while, 60 seconds?
The ODBC errors I am getting are the following:
-...
Hi,
I really don't know what I am doing wrong, so I wonder if you guys/girls can help me.
I have a text box on my form called:
text_Currency
I also have a button called:
command_CarriageCharge
I am trying to tell whether text_Currency is blank/null/empty or whatever.
I am using an IF...
Hi,
I have an puzzle. I have worked out how I can check what tables I have in my database using the follwing SQL.
SELECT name FROM sysobjects WHERE type='U' AND left(name,3)='xyz'
This gives me the names of all of the tables I wish to union together.
Question is how can I contruct the SQL...
Hi,
I keep on getting the following error on my 2k Wins server, but I cannot find out how to correct it or what the error actually means.
Any help would be appreciated.
Royce
Event Type: Error
Event Source: Wins
Event Category: None
Event ID: 4204
Date: 28/08/2001
Time: 09:48:20
User: N/A...
Hi,
Simple question, I have
char remember[5000];
I assign a value to it.
Then I want to blank the string completly.
Who can I do this, it must be really obvious but I can't figure out how.
Many thanks,
Royce
Hi,
I am trying to read data in from the serial port, the problem I am having at the moment is to do with using the printf command. It seems to be hanging in my loop and stalls the continuation of the program. I have attached the offending code below.
PS I am trying to learn C, please don't...
Hi everybody,
I am reading data from the serial port on my linux machine, I believe I am getting CR/LF for new lines.
My code will treat this as 2 new lines. Is there a way in which I can distinguish between a CR and a LF.
Many thanks,
Royce
Hi all,
Extreme newbie question comming up.
If i have a string
strA="Once upon a time\0";
strB="";
how do I copy say the third character from strA to strB, then maybe the seventh character from strA to strB.
I know it is these darn pointers, but I can't get my head round...
I am an extreme newbie to C.
I am trying to write a program that reads/write data from/to a serial port.
I have mananged to get a small program that reads data in from the serial port using the select statement.
What I read in is whatever is in the buffer of the serial port. As such I get...
Hi,
Is it possible for me to create without prompting the user, a PDF document in VB6.
I am sorry if this has been asked before, but the search is currently down.
Many thanks,
Royce
Hi everybody,
I have 2 questions that I hope somone can help me on or point me in a different direction.
1) Is it possible in a SP to run a query on a table to produce a set of results and then to use that set of results as the basis of another query?
2) I have two tables A and B, B contains...
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.