I'm getting this error:
Msg 4866, Level 16, State 1, Line 1
The bulk load failed. The column is too long in the data file for row 1, column 52. Verify that the field terminator and row terminator are specified correctly.
Msg 7399, Level 16, State 1, Line 1
The OLE DB provider "BULK" for linked...
Trying to convert this to oracle syntac
Update G081_ELTNHA e set e.NHAPN = e1.PN
inner join G081_ELTNHA e1 on (e.NHACEI = e.CEI and e.NHASN = e1.SN)
Thanks,
Dave
nordycki@hotmail.com
I'm attempting to build update.sql file that updates several tables with the same values. Update file is executed from a batch file.
file: update.sql
------------------
dte date := systimestamp;
st varchar2 := "test";
/
update tbl1
set Source=st,
ProcessDate=dte
where ProcessDate is null;
/...
What I'm trying to do is read a image file in (which works), and then rewrite it.
The problem is in the rewriting it.
I can't just copy it because I'll be doing some bit manipulation before it's written back out.
Tried various stuff and it didn't work.
Sub test
Dim binfile As Variant...
Need some help converting this.
Thanks in advance,
Nordyck
gm.ipcp.name = strcpy(&(gm.ipcp.name),(char*)AttrValue);
//gm.ipcp.name = (char*)AttrValue;
//error message --> cannot convert from 'char *' to 'char [96]
nordycki@hotmail.com
Does anyone have a working example of n-way b-tree written in vc++ 6.0? If so, can I get a copy of it.
Each node could have max of 52 children.
Thanks in advance
Nordyck
nordycki@hotmail.com
Need some interview questions about C++ and .net
Can you supply some questions and what the appropriate response would be. This is for experienced programmer centering around sockets, device drivers, etc.
I've got some interviews starting tomorrow morning.
Thanks in advance.
Nordyck...
I have an app that receive text messages from one pc and passes the message on to another pc once it has been approved. (no file server is used) Now I need to include graphic file and have it sent along with the message.
I find all kinds of example for sending messages, dose anyone have...
I've taken over maintaing c++ program (never programmed in c++) and I need to include file transfer capability (single graphic file). The app already transfers text messages using socekts. I havn't found any examples in transfering binary files.
I need some big time help.
Thanks in...
haven't found a thread to this question so here it goes...
writing VB6 program using access 2K.
using recordset, vb is automatically assuming I'm using access 97 version and giving me an error unrecognized database.
What I"m trying to do is add new records and modify existing records in...
Is there a command that cause access to stop execution until the app it's called finish it's process. Below is the code that calls a batch file and in the last line of the batch file, it copies itself to a.txt. And then a wait must be given to allow the machine time to finish the copying before...
I'm tring to get 1 html page to read another by using <link href="">.
The two pages are:
1: Contains the logo's, header and menu bar
2: Contains the body and footer info.
Because the information in the 1st html page doesn't change from page to page, I wanted to create a single page...
I've inherited access 97 db that is password protected, I have the password, userID and mdw file for it.
The database is locked down with allowbypasskey deleted. I need to get the listing of all the tables or insert allowbypasskey back into the db.
nordycki@hotmail.com
How can I push the toolbar(s) from 1 database to another. I have a patch written in Access 2k with new toolbar. I need to export the toolbar to an existing application. The users don't have import capability. nordycki@hotmail.com
The problem I'm having is when the user selects the first combo box, it suppost to populate the second box. What I need to do is to retrive the selected value from the combobox and pass it into a select statement for the second.
Combo1 (SelectPrimary) has 3 fixed values and the remaining is...
I'm building an application where I need to change the gray background of Access to display several logos. The logos must remain behind all open forms/reports/tables etc and the size cannot change.
Thanks in advance
Nordyck nordycki@hotmail.com
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.