GithubHelp home page GithubHelp logo

error: DBRowFetch???? about dbaddin HOT 8 CLOSED

rkapl123 avatar rkapl123 commented on August 16, 2024
error: DBRowFetch????

from dbaddin.

Comments (8)

rkapl123 avatar rkapl123 commented on August 16, 2024

Could you attach the file to this issue?

from dbaddin.

hoangvn79 avatar hoangvn79 commented on August 16, 2024

I would like to send the attached file with the following link:
https://drive.google.com/drive/folders/1huPV3-XlpCdraDJ9x7L4upyCl7XuhuON?usp=sharing
file pubs.mdb I put it at the address: H:\DBADDIN\pubs.MDB
Can you check for errors?
at sheet name 0 cell K3 and K13
I applied yellow with the formula:
K3 = DBRowFetch ("SELECT * FROM employee"; activeConnString; K4: K11)
K13 = DBRowFetch ("SELECT * FROM employee where emp_id = 'A-C71970F'"; activeConnString; K16: K23)
The results all return nothing

from dbaddin.

rkapl123 avatar rkapl123 commented on August 16, 2024

I'm sorry, but I tested it locally and couldn't find a problem with that.
However, I've seen that date querying is a proble with access you need to state #dd/mm/yyyy# as a date literal, which is currenty not supported by the DBDate function. As a workaround you could use "where hire_date > #"&TEXT(B4;"dd/MM/yyyy")&"#" instead
My connection string is
Provider=Microsoft.ACE.OLEDB.12.0;Data Source="C:\Users\rolan\Downloads\pubs.MDB";Persist Security Info=False;
The result is:
grafik

Are there any Problems with dblistfetch?

from dbaddin.

rkapl123 avatar rkapl123 commented on August 16, 2024

you could also try to right click and select "refresh data"

from dbaddin.

hoangvn79 avatar hoangvn79 commented on August 16, 2024

2019-06-08_05-14-03
when I right click and select "refresh data" is error!!!
result is no seem like you
Function dblistfetch is run well.
Can you send me the DBaddin-AddIn.xll file you compiled for me to check?
I have checked file DBaddin-AddIn.xll I compiled on other machines that have also resulted in nothing

from dbaddin.

hoangvn79 avatar hoangvn79 commented on August 16, 2024

you can check DBaddin-AddIn.xll I compiled
https://drive.google.com/file/d/1XPtAKFVwFoGetjorGKrt5N2WmX-OibnD/view?usp=sharing

from dbaddin.

rkapl123 avatar rkapl123 commented on August 16, 2024

Dear hoangvn79!
I found some problems in the DBRowFetch mechanism, so you might give this one a try.
The feedback (especially in case of errors) needs still improving for this function, so stay tuned.
-regards,
Roland

from dbaddin.

rkapl123 avatar rkapl123 commented on August 16, 2024

I've also added the pubs.mdb and access to the testcases.

from dbaddin.

Related Issues (9)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.