Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
data-access
- Page 1
Integrating OpenAI Web Search API in LangGraph
Programming
Computer Science
18 Hours Ago
by usmanmalik57
…. AI agents use a term tool that allows LLMs to
access
external knowledge sources such as databases, APIs, and the Internet… = builder.compile() png_bytes = graph.get_graph().draw_png() # raw binary display(Image(
data
=png_bytes, format="png")) ``` **Output:** ); } // Successfully received
access
token $accessToken = $
data
['access_token']; echo "
Access
Token: " . htmlspecialchars($accessToken); ?> Here…
Re: How to connect to the Pinterest API using PHP?
Programming
Web Development
2 Months Ago
by Dani
… your end-user to load up your app, and have
access
to *their* Pinterest account. What OAuth does is give your… end-user the ability to grant your app permission to
access
their Pinterest account and modify it on their behalf. I….me/blogs/api-guides/how-to-implement-pinterest-api-to-
access
-user-boards-in-php Good luck!
DeepSeek R1 vs Llama 3.1-405b for Text Classification and Summarization
Programming
Computer Science
2 Months Ago
by usmanmalik57
…[FireworksAI](https://fireworks.ai/) API. Fireworks AI provides
access
to the `DeepSeek R1` model hosted inside the United…you do not have to worry about sending your
data
to undesired locations. In this article, you will …key](https://docs.fireworks.ai/getting-started/quickstart) to
access
the Fireworks API via the Python library. ```python…
Re: How to Implement Lazy Loading for Faster Web Portals
Programming
Web Development
1 Month Ago
by Dani
… on my own use case, which is the only
data
that I have
access
to. > What percentage of websites/web apps…
Re: What makes a technical E-commerce web standout?
Programming
Web Development
2 Months Ago
by simplixi
… is mobile-friendly, as many users in Africa
access
the internet via smartphones. - Optimize page loading… eco-labels your products may have. **10.
Data
Analytics:** - Use analytics tools to track customer behavior…sales trends, and website performance. - Regularly review
data
to make informed decisions and refine strategies. Wishing you…
Re: What is the best possible way to protect my website?
Hardware and Software
Information Security
2 Months Ago
by Heatman
Adding to what other people have said, it's also very important to back up your
data
from time to time in case anything happens. You will still have
access
to your
data
. Please back up manually if possible.
Re: How to connect to the Pinterest API using PHP?
Programming
Web Development
2 Months Ago
by Dani
Oh, it looks as if the tutorial was for the old DaniWeb API that no longer exists. The [DaniWeb Connect API](https://www.daniweb.com/connect/developers) is also OAuth-based and has some of its own documentation.
Re: Theory on the VPN
Programming
Mobile Development
1 Month Ago
by Mr.M
I guess a more research on this has to be made, problem is that it is hard to get the exact people who knows this and has done it before to give straight answers.
Re: ‘Advanced AI should be treated similar to Weapons of Mass Destruction’
Community Center
2 Months Ago
by rproffitt
UPDATE: Feb 4, 2025 — Google on Tuesday updated its ethical guidelines around artificial intelligence, removing commitments not to apply the technology to weapons or surveillance.
Data Access Objects in jsp and beans?
Programming
Web Development
16 Years Ago
by paul_1234
…i have created a class to retrieve those
data
from the database.. my problem is that whenever… the one that i used to retrieve the
data
.. import java.io.*; import java.sql.*; import… best way to do it is by using
data
access
objects..".. can anybody just an idea on… how to do this using
data
access
objects or give some sample codes for …
Re: Data Access Objects in jsp and beans?
Programming
Web Development
16 Years Ago
by ~s.o.s~
…. Use JSTL along with servlet. > whenever i retrieve that
data
in my jsp page, it only shows this > Ljava… free book which you can use to read more about
Data
Access
Object pattern.
Data-Access with Vbasic
Programming
Software Development
17 Years Ago
by elanch
… vb and dataAccess. Now i have created a form in
data
-
access
. I need the datas entered in the form to be… appended in the
access
-Table when i click the save button. For eg: Roll… click the save_button, the datas has to be saved in
access
table. please send me the code for this elanch
Data access misaligned address violation error
Programming
Software Development
15 Years Ago
by katwalatapan
Hello, While compiling my code, I'm receiving a "
Data
access
misaligned address violation" error. I tried to find the …
Data access misaligned address violation error
Programming
Software Development
15 Years Ago
by katwalatapan
Hello, I have observed a
data
access
misaligned error in my code. I am trying to isolate …
Data access Layer Design with C++
Programming
Software Development
14 Years Ago
by Stefano Mtangoo
… problem in UI thing. But I have problem with designing
Data
Access
Layer. It will basically be a SQLite database backend (I…
C++ and data access
Programming
Software Development
18 Years Ago
by SelArom
…I seem to be having trouble comprehending is how
data
access
is handled. the main aspect is developing applications …net makes it easy to connect to different
data
sources like databases,
access
files, and xml files. but whenever I…the different ways that serious application developers store and
access
data
when they are working in C++? and by …
3 tier app, data access layer, business logic layer
Programming
Software Development
15 Years Ago
by skylancer
… but I still confused how to implement it 1. In
data
access
layer, could I return datareader? it's the better approach… in business layer and I pass this as parameter to
data
access
layer, is that good way? 3. if anyone have the…
correcting data access misaligned address violation
Programming
Software Development
15 Years Ago
by katwalatapan
Hello, I have observed a
data
access
misaligned address violation during the following
data
type casting. [code=c] #include <stdio.…] Please help me isolate the issue and address the
data
alignment violation. I believe the possible reason could be …that unsigned int
data
type is 16 bits and the float
data
type is 32 bits, and…
active data objects and data access object
Programming
Software Development
11 Years Ago
by kinene tallman
hellow guys please make me understand what is the advantage of using ado(active
data
object)over dao(
data
access
object) please assist me to understand the difference
Creating data access layer in java
Programming
Software Development
20 Years Ago
by pursottam tiwar
dear all the programmer i m facing a difficulty in creating the concept of
data
access
layer (DAL)concept in java ...as it is implemented in .net...if any one can help abt this plz send mail at [i][email]email removed by moderator[/email][/i]
Re: Creating data access layer in java
Programming
Software Development
20 Years Ago
by jwenting
…). There are several ways in which you can implement a
data
access
layer. You could use EJB, JDO, or roll your own…
Re: Creating data access layer in java
Programming
Software Development
20 Years Ago
by freesoft_2000
Hi everyone, I did a similar project like this for some company. Your best bet is to try and build your own
data
access
layer from scratch. Use your own concept and build it using the standard SDK. Please note that if you do this you are actually implementing your own industry standard Richard West
Simple Data Access Layer against SQL Server
Programming
Software Development
15 Years Ago
by Ramy Mahrous
If you need to execute SQL Statements\Stored Procedures\UDFs which return\don't return results, Here I've developed this class to be used in
Data
Access
Layer.
Re: Data-Access with Vbasic
Programming
Software Development
17 Years Ago
by manoshailu
…set reference 'Project -> Reference - > Microsoft Activex
Data
Objects 2.6 Library [/COLOR] Dim cn As New ADODB… ADD button, select "Microsoft
Access
Driver(*.mdb), type any name in
Data
Source Name, click the Database button…,Select
access
Database where u stored. use…
Re: Data-Access with Vbasic
Programming
Software Development
17 Years Ago
by dedort
hi friends! I'm new to vb and
access
. i would like to ask favor from you on how to connect my database
access
to vb? cause i have difficulties in coding my connection from
access
to vb. thnaks!
data access
Programming
Software Development
21 Years Ago
by jayakumar
… me? i to plan now front end vb back end
access
and also design the front end and also created the… database now my doubt how to
access
the mdb files in my visual basic for example [B… box and click the command box auto maticaly store the
data
base.[/B] above the example plz give me solution how…
Re: data access
Programming
Software Development
21 Years Ago
by camelNotation
[QUOTE]i to plan now front end vb back end
access
and also design the front end and also created the …database now my doubt how to
access
the mdb files in my visual basic for example monitor… box and click the command box auto maticaly store the
data
base.[/QUOTE] I thought she was [B]putting more emphasis…
Data Access
Programming
Software Development
17 Years Ago
by Indianblues
… write a program that will read the
data
from database(like oracle) and inserting the
data
to database and some doing manipulations… on the
data
. If yes,pls provide me information…
1
2
3
17
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC