Thanks
Yes, MyBase is the name of my database.
I also tried
MyBase.dbo.MyTable
but it does not work, I get the same error.
when I want to try with my own computer using trusted connection (typing -T) it asks me for a password
Hi guys:
I'm using SQL Server 2000
I'm trying to execute bcp in a DOS window with different syntax
bcp MyBase..dbo.MyTable out c:\Bulktest\test.txt -c -Uuser1 -Ppass1 -SMyServer
bcp MyBase..MyTable out "c:\Bulktest\test.txt" -c -Uuser1 -Ppass1 -SMyServer
bcp MyBase..MyTable out...
Hi guys:
I have this line
declare @v varchar(max)
and I get this error
Msg 170, Level 15, State 1, Line 1
Line 1: Incorrect syntax near 'max'.
I'm using sql server 2005 and I have read I must set compatibility level at 90 but when I type this code
EXEC sp_dbcmptlevel 'MyBase', '90';
I get...
Hi:
I have several computers that work with a Dreamweaver Site
all of the computers edit local copies, then upload to the server when ready.
I have created a template and I uploaded it to the server.
I need all the programers on my network make aspx files in their local computers using this...
Hi:
suposse I have this table named "Employees"
Employees
-----------------------
Emloyee Country
-------------------------
John Italy
Geroge Germany
Steve Mexico
Jim Germany
Brian Germany
Richard Italy
I want to get the countries in order where are...
I'm programming a ftp application to download files from a remote server using wininet API.
When a download fails I want to get the error usign this function
Declare Auto Function InternetGetLastResponseInfo Lib "wininet.dll" _
(ByRef errorCode As Integer, ByVal buffer As StringBuilder...
Hi:
I'm trying to call "InternetOpenA" function which is in "wininet.dll"
This is my code
'Declaration of API
Declare Auto Function InternetOpen Lib "wininet.dll" Alias "InternetOpenA" _
(ByVal sAgent As String, ByVal lAccessType As Long, _
ByVal sProxyName As String, _
ByVal...
Hi:
I'm writing an application to downloads files from a remote server by ftp using WebClient Class
My code is something like this
---------------------------------------------------------
Try
Dim remoteFile As String = "ftp://187.153.7.42/songs/TRACK_NO01.MP3"
Dim...
Hi:
I'm trying to access a web service thas is in a remote server.
The remote server has user and password on http protocol and I get an error when I access the web service by code.
when the remote server does not have http user and password the web service works well.
My code is something...
Thanks PsychoCoder but I get 2 errors
'KeepAlive' is not a member of 'System.Net.WebClient'
'ProtocolVersion' is not a member of 'System.Net.WebClient'
What could be wrong?
Hi:
I'm writing an application which downolads a file from a remote server by FTP
this is my code
______________________________________________________________________________________
Dim ftpURI As String = "ftp://205.134.48.217/"
Try
Dim filename As String = ftpURI &...
Hi!
I have installed Visual Studio 7.0.9500. It compiles with Net Framework 1.0.3705
I have installed Net Framework 2.0
How can I set Visual Studio in order it compiles with Net Framework 2.0?
thanks!!
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.