Viewing 7 posts - 1 through 7 (of 7 total)
thanks John - it's already been resolved ... ta 🙂
April 14, 2016 at 4:46 am
ta - I added where SI.Deliverynote is null to that top query and I've got some records back.
I would expect to get at least a few as we're constantly raising...
April 14, 2016 at 4:18 am
there are some null deliverynote entries in SI - where an invoice has been raised directly. that shouldn't be the case here ..
I've got a deliverynote that says it's been...
April 14, 2016 at 4:14 am
I'd run that through a VB script then - you can run the SQL query - output to a file and then use VB to set up the email to...
May 16, 2011 at 8:49 am
Are you saying that outputting HTML from SQL doesn't email well?
and the resolve you need to do is to put the HTML into a file and email the file ?
May 16, 2011 at 8:06 am
Not to worry - I've resolved the issue.
line in script now reads
DSN="Driver={SQL Server};Server=<PUBLICIP>,443;Database=<DBNAME>;UID=<USERID>;PWD=<PASSWORD>"
I've used the standalone firewall to open 443 to just our website host IP address and I use...
May 16, 2011 at 7:34 am
Why don't you do it in 2 hops ...
export the data EXCLUDING the memo field - import that ...
then connect to the SQL server in access and update the records...
May 16, 2011 at 4:21 am
Viewing 7 posts - 1 through 7 (of 7 total)