I am trying to set a connection in ODBC to connect to an SQL Server on another computer in my network(not a domain).
SQL is set to listen in port 1433, but when I run netstat -an there is no sign that the port is listening.
This is preventing me to connect via TCP/IP.
This is the Error Reported...
I am trying to set a connection in ODBC to connect to an SQL Server on
another computer in my network(not a domain).
SQL is set to listen in port 1433, but when I run netstat -an there is no
sign that the port is listening.
This is preventing me to connect via TCP/IP.
This is the Error Reported...
Is there anyway that I can recover from this if I didn't create a boot disk? I tried to perform a virtual swap to remap my partitions and was unsuccessful in restoring because of a disk reading error... do you think I should reswap the partitions and hide the seemly corrupt partition to restore...
I am truly a newbie and I would like a little assistance in restoring my box to the way it was.
I am running Mandrake 9.2 download edtion and I'm running into a problem with grub. I thought that I had a good install of grub but when I rebooted my box, I'm sent into the grub prompt ( ie: grub>...
Yeah I have a straight cable(made it myself), there's also a link light on indicating that I am physically connected to the switch. I also enabled the loopback on the port but I'm noticing that the light isn't blinking like the lights even when I unplugged the cable from the port.
I am directly connected to the switch. The question is should I have switch port set to full-duplex or half? My current setting is full duplex.I know that I'm using the right cable (cat5) so that portion should be okay. After looking at my config file for the interface is an access port.
When you set the ip address on your nic card to the same network (network:10.60.75.x subnetmask: 255.255.255.0) that you set your vlan to (vlan1) 2900xl switch. Shouldn't it be possible to ping the switch from the pc that your nic is on? I'm asking because besides the fact that I can't ping my...
Is it possible to mask a router as a terminal server using the aux port?
I have a 2501 router that I can't log into, through some investigation I found out there was nothing wrong with the router. (There's a serial issue with my pc.) The kicker is that I can access my other routers through the...
Quick question: I installed Mandrake 9.0 on a machine that initially had windows(xp) as the main os. When I partion the hard drive... my intention was to have system a that will load a dual boot prompt. I can see the mnt point for the windows partition. I can also see the directories within the...
The answer to your question is no, the running nor starting config file will not be affected. The only thing you will have to do is while in ROMMON, is to configure the register usually to 0x2102 (unless your standards use another register)
quick question... I have two routers plugged into two ports on a single switch.. when I type sh cdp neighbor on the switch, I only see information on one of the two routers. I know that I enabled cdp on both of the routers and the switch. Also when I check the running config on the switch, the...
And the reqFormId field is definately a text field?
Correct,the field 'reqFormId' is a text field but it does not get updated because it is already inserted into the table 'cm_chcklstitem' and is represented as a primary key in that table with no duplicates allowed.
Also, and more importantly...
And the reqFormId field is definately a text field?
Correct,the field 'reqFormId' is a text field but it does not get updated because it is already inserted into the table 'cm_chcklstitem' and is represented as a primary key in that table with no duplicates allowed.
Also, and more importantly...
George, M
Hello,
I tried this technique and for some reason, I still get the same error:
****SELECT * FROM [cm_chcklstitem] WHERE [reqFormId]='3394548' Could Not Find The Record!****yes****
ADODB.Field error '80020009'
Either BOF or EOF is True, or the current record has been deleted...
One more question, Isn't there a way for me to have the cursor move up and down the rs if the cursor reaches the eof? Seems to me if you can make a cursor type scrollable, you can create a objRS.move(scrollable)?
Opnt,
Yes,I'm trying to insert values from a form into a table of my dBase. The reason why I am not inserting/updating the objRS("reqFormID") is because that id is already established in the dBase table and inserting another reqFormId will cause a duplicated error being that the...
Hello,
I tried adding youR suggestion but with no positive result to my error....it seems like my cursor is lost.. I also modified your suggestion because I got the same error message on your orignal thought.. note:
your suggestion....
if rsobj.eof=false then
rsobj.movenext
end if
my...
Good question, the reason why the objRS("reqFormId") = Trim(Request.Form("reqFormId")) is commented out is because I didn't want to pass the reqFormId along to the next table where the reqFormId also the primary key for that table. My thinking in this methof was that I...
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.