Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
access-multi
- Page 1
Evaluating OpenAI GPT 4.1 for Text Summarization and Classification Tasks
Programming
Computer Science
3 Weeks Ago
by usmanmalik57
…will share the results I obtained for
multi
-class and
multi
-label text classification and text summarization using …will use to call the OpenAI API. To
access
the API, you will need the [OpenAI API…accepts the client, LLM model ID, and dataset and performs
multi
-label classification. ```python def find_research_category(client, model, dataset):…
Adding Data to Access (Multi Textboxes)
Programming
Software Development
13 Years Ago
by benjaminhale
… other for "password" and also have a MS
Access
database with three coloums "UserIdNum" which is an…
Re: Adding Data to Access (Multi Textboxes)
Programming
Software Development
13 Years Ago
by Hilal2009
In MS
access
database, the word Password is reserved as a key word …
Access List boxes
Programming
Databases
17 Years Ago
by HI2Japan
I have a list box set to simple
multi
select option. I want to be able to pass those options to a text box. If I have
multi
select set to no, the value appears in the textbox fine. Whether I set it to Simple or Extended, it doesnt seem to pass anything. Is there anything special that needs to be done to allow this to work? Thanks
Multi-Field Data Linked Table
Programming
Databases
14 Years Ago
by SacredFootball
…'m trying to write a query that gets all the
multi
-field data from a record in another table it has… a relationship with. I'm using MS
Access
2007 and would prefer to have it written in a…
Re: Multi-select listboxes
Programming
Databases
15 Years Ago
by timothybard
I don't believe a
multi
-select listbox can have a control source. Instead, I have used
multi
-select listboxes and recorded the data using vba. I simply created a loop to go through each of the selected items and recorded each as a seperate record into a table.
Multi-select listboxes
Programming
Databases
15 Years Ago
by jmw229
…. But I am still very curious as to how to
multi
-select listboxes can store values. Any takers?
Multi-Field User Defined Access Search via Queries
Programming
Databases
16 Years Ago
by HI2Japan
…" but I can't figure out how to have
Access
ignore the values listed as "Choose Filter" while…
Multi User Login and role access
Programming
Web Development
10 Years Ago
by fireburner29
Is there any simple PHP based backend system that has
multi
user and
multi
roles
access
control?
multi thread program
Programming
Software Development
14 Years Ago
by jimJohnson
… two will demonstrate your understanding and mastery of
multi
-threaded application concepts in a Windows environment using Visual…busy-waiting. Your program’s threads must not
access
the shared global variables in any manner unless they… occur in a mutually exclusive manner. Failure to
access
the shared global variables in a mutually exclusive manner…
Re: 'Access denied' error received when trying to save documents in Excel
Programming
Software Development
12 Years Ago
by Reverend Jim
I remember how much "fun" I had doing all those
multi
-user/
multi
-process apps for the first time. I hope I saved you from some of the grief. Thanks for the interesting problem. It gave me a reason to learn how to code a
multi
-threaded app. Feel free to come back here often.
Re: Multi User Login and role access
Programming
Web Development
10 Years Ago
by Bachu
Check this link [Click Here](http://www.techyari.in/2014/10/
multi
-user-role-based-login-in-php-with-mysql.html).
Re: Multi User Login and role access
Programming
Web Development
10 Years Ago
by fireburner29
sorry for my bad english. i referred this tutorial Bachov. but there, admin and user login redirects separate pages. it has to redirect same page with them
access
.
Re: multi thread program
Programming
Software Development
14 Years Ago
by nbaztec
… is straight from MSDN, what makes you think otherwise? During
multi
-threading you have virtually no control so as which thread…
multi list boxes used to set query parameters
Programming
Databases
14 Years Ago
by aidmang
Hi, I have a successful
multi
list box working for 2 parameters in my
Access
Query. However the issue is that if I…
Multi sub category by 404 asp error code
Programming
Web Development
14 Years Ago
by vincentlauv
… new to asp development, i have problem related to making
multi
-sub category websites. like if we want to add: prvoince…/ I want to create unlimited sub ? how i code with
Access
database with asp ? and another with 404 to make all…
Re: multi thread program
Programming
Software Development
14 Years Ago
by nbaztec
… thread. All 5 "child" threads will certainly have
access
to the global heap & wont be blocking one-another…
Re: multi-boot OS problems trying to boot to C drive I get error mess non sys disk nodisk
Hardware and Software
Microsoft Windows
20 Years Ago
by bpsman
… is having some trouble, or maybe I just can't
access
it for whatever reason. I did find a link that… up disk I downloaded from the site you can not
access
. Using partition magic 3.5 I partitioned the drive then…
Re: Multi user Application
Programming
Software Development
16 Years Ago
by martonx
You should share the database, and use the shared LAN path in your code. That's it. I am using simple
access
database in LAN, and it is working perfect in
multi
-user (2-3 user) environment.
Multi-user concurrent access
Programming
Software Development
14 Years Ago
by Loony064
…project for university where multiple users will be able to
access
the same data concurrently. Up to this point, I…to start to create a program that multiple users can
access
simultaneously. For the most part, users will not be… server which the clients (running the C# application) will
access
. This project is also group work. We're using Tortoise…
Re: Access 2003 in C++
Programming
Software Development
17 Years Ago
by Ancient Dragon
… ODBC and SQL languages. ODBC is an old way to
access
modern databases, while SQL is the language used by most… databases such as
Access
. But don't use
Access
in a web environment because its only good… for a couple people at a time. Its not a very good
multi
…
Re: Multi-user concurrent access
Programming
Software Development
14 Years Ago
by finito
…'ve added our database as a data source and then
access
it using datasets and adapters. I assume this is incorrect… run the program you are making. Did you enable remote
access
? Here is a nice link to help you do so… SQLCommand and SqlDataReader. [QUOTE]2. How can we handle concurrent
access
to the same data?[/QUOTE] You can lock the data…
Multi-Domain vhost_alias
Hardware and Software
Linux and Unix
15 Years Ago
by =OTS=G-Man
… vcommon CustomLog /home/www/site1_com/logs/subdomains.
access
.log vcommon ErrorLog /home/www/site1_com/logs…/public_html/ CustomLog /home/www/site2_com/logs/
access
.log combined ErrorLog /home/www/site2_com/logs… vcommon CustomLog /home/www/site2_com/logs/subdomains.
access
.log vcommon ErrorLog /home/www/site2_com/logs…
Multi user in vb .net
Programming
Software Development
14 Years Ago
by lanitooot
… log in system to have a multiple users with different
access
levels. for example when the admin logs in it can…
access
all the features of the system and if the ordinary … the admin.. i want to have multiple users who can
access
it.
Re: Multi user in vb .net
Programming
Software Development
14 Years Ago
by lolafuertes
…define wich menus/forms/functionalities should be permitted to each
access
level. Also you need todefine a config file or…DB table where to relate each username to the corresponding
access
level. You need to create a function to retrieve… the actual
access
level of the identified user. On each form you …
Multi User MS Access
Programming
Software Development
15 Years Ago
by tycham
I have a database set up in
Access
. Currently I have 12 exact copies so individuals can enter … know that VB can be used to allow everyone to
access
one database. Does anyone have this as a runtime module…
Re: Multi User MS Access
Programming
Software Development
14 Years Ago
by nayak_1983
in multy user ms database one user
access
data other user want to
access
then error comes could not lock file
Re: How to interconnect with access database
Programming
Software Development
10 Years Ago
by Reverend Jim
Access
is more suitable for small, single-user databases. For something … MySQL. I have experience trying to maintain an
multi
-user application based on
Access
(written by someone else). Even though it was…
Re: multi-boot OS problems trying to boot to C drive I get error mess non sys disk nodisk
Hardware and Software
Microsoft Windows
20 Years Ago
by dlh6213
… is having some trouble, or maybe I just can't
access
it for whatever reason. I did find a link that…
Re: multi-boot OS problems trying to boot to C drive I get error mess non sys disk nodisk
Hardware and Software
Microsoft Windows
20 Years Ago
by bpsman
… boot the system using the boot disk then I can
access
through dos but still no boot to 98 or xp…
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