Click here to Skip to main content
15,889,909 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionMultiuser voting Pin
B8718-Dec-08 22:18
B8718-Dec-08 22:18 
AnswerRe: Multiuser voting Pin
Expert Coming18-Dec-08 22:56
Expert Coming18-Dec-08 22:56 
GeneralRe: Multiuser voting Pin
B8718-Dec-08 23:13
B8718-Dec-08 23:13 
AnswerRe: Multiuser voting Pin
Christian Graus18-Dec-08 22:59
protectorChristian Graus18-Dec-08 22:59 
GeneralRe: Multiuser voting Pin
B8718-Dec-08 23:08
B8718-Dec-08 23:08 
GeneralRe: Multiuser voting Pin
Christian Graus18-Dec-08 23:11
protectorChristian Graus18-Dec-08 23:11 
GeneralRe: Multiuser voting Pin
B8718-Dec-08 23:43
B8718-Dec-08 23:43 
QuestionCould not Bulk Insert : Error Path does not exist. Pin
Guvera18-Dec-08 22:08
Guvera18-Dec-08 22:08 
Hi friends,

I want to insert bulk data in my table. I am using the below query. But it giving exception. Could not Bulk Insert:File 'C:\ip-to-country.csv' does not exist.

BULK
INSERT tblAllCountryName
FROM 'C:\ip-to-country.csv'
WITH
(

FIELDTERMINATOR=',',
ROWTERMINATOR='\n'
)
GO
How to solve this proble. Could you please tell me? Hope your's reply soon.

Thanks & Regards

Every Successful Person Have A Painful Story

AnswerRe: Could not Bulk Insert : Error Path does not exist. Pin
Abhijit Jana18-Dec-08 22:21
professionalAbhijit Jana18-Dec-08 22:21 
GeneralRe: Could not Bulk Insert : Error Path does not exist. Pin
Guvera18-Dec-08 23:04
Guvera18-Dec-08 23:04 
AnswerRe: Could not Bulk Insert : Error Path does not exist. Pin
Expert Coming18-Dec-08 23:00
Expert Coming18-Dec-08 23:00 
QuestionMay I access two seperate web applications from single server ? Pin
Rameez Raja18-Dec-08 21:44
Rameez Raja18-Dec-08 21:44 
AnswerRe: May I access two seperate web applications from single server ? Pin
Abhijit Jana18-Dec-08 22:07
professionalAbhijit Jana18-Dec-08 22:07 
AnswerRe: May I access two seperate web applications from single server ? Pin
Paddy Boyd18-Dec-08 23:32
Paddy Boyd18-Dec-08 23:32 
AnswerRe: May I access two seperate web applications from single server ? Pin
Brij19-Dec-08 0:59
mentorBrij19-Dec-08 0:59 
QuestionASP.NET web application: show web form as object Pin
ZiaMehdi18-Dec-08 21:26
ZiaMehdi18-Dec-08 21:26 
AnswerRe: ASP.NET web application: show web form as object Pin
N a v a n e e t h18-Dec-08 21:42
N a v a n e e t h18-Dec-08 21:42 
QuestionRe: ASP.NET web application: show web form as object Pin
ZiaMehdi18-Dec-08 22:46
ZiaMehdi18-Dec-08 22:46 
Question[Message Deleted] Pin
grks18-Dec-08 20:34
grks18-Dec-08 20:34 
AnswerRe: Dating software in asp.net Pin
Abhijit Jana18-Dec-08 20:45
professionalAbhijit Jana18-Dec-08 20:45 
AnswerRe: Dating software in asp.net Pin
Brij18-Dec-08 20:49
mentorBrij18-Dec-08 20:49 
Questionerror:unassigned local variable 'value'? Pin
srinivassam18-Dec-08 20:24
srinivassam18-Dec-08 20:24 
AnswerRe: error:unassigned local variable 'value'? Pin
Brij18-Dec-08 20:32
mentorBrij18-Dec-08 20:32 
Questionconvert a .net web app to windows app? Pin
Pankaj Deharia18-Dec-08 19:33
professionalPankaj Deharia18-Dec-08 19:33 
AnswerRe: convert a .net web app to windows app? Pin
Abhijit Jana18-Dec-08 19:43
professionalAbhijit Jana18-Dec-08 19:43 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.