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...
Fixed it!, I was sending a 00hex after the \r which was confusing things.
FYI TeraTerm did not log this, I used HyperTerminal's logging facility to determine this.
Royce
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,
What I have is tables with sales for each of the period in a year. All of these tables have the same columns.
What I am trying to achieve is to output sales for the year by combining all of the tables together.
I believe cursors will achieve what I require but I have never used them...
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...
How can I do this in c, in vb I would usually say
if test = chr(10) then
'CR code here
elseif test = chr(13) then
'LF code here
end if
Many thanks,
Royce
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.