Login or Sign Up
Logging in...
Remember me
Log in
Or
Sign Up
Forgot password or user name?
Log in with
Search in titles only
Search in Java only
Search
Advanced Search
Forums
BYTES
Product Launch
Updates
Developer Toolkit
Member List
Calendar
Today's Posts
Home
Forum
Topic
Java
File upload into sql server database
File upload into sql server database
Collapse
X
Collapse
Posts
Latest Activity
Photos
Page
of
1
Filter
Time
All Time
Today
Last Week
Last Month
Show
All
Discussions only
Photos only
Videos only
Links only
Polls only
Events only
Filtered by:
Clear All
new posts
Previous
template
Next
RamamurthySodimalla
New Member
Join Date:
Aug 2007
Posts:
2
#1
File upload into sql server database
Aug 23 '07, 10:24 AM
Hi,
All
Please guide me , how to upload a file into Sql server database using Jsp page.
Thanks in Advance
r035198x
MVP
Join Date:
Sep 2006
Posts:
13225
#2
Aug 23 '07, 10:51 AM
Originally posted by
RamamurthySodim alla
Hi,
All
Please guide me , how to upload a file into Sql server database using Jsp page.
Thanks in Advance
Have a look at the bulk insert command (You'll probably need to search SQL server resources rather than Java resources for it). Something like
[CODE=sql]BULK INSERT tableName
FROM 'filePath'
WITH
(
FIELDTERMINATOR = ...
ROWTERMINATOR = ...
) [/CODE]
Comment
Post
Cancel
Previous
template
Next
Working...
OK
OK
Cancel
👍
👎
☕
Comment