Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
data report - visual basic 6
- Page 1
Re: What should I look for in a reliable web design and development agency?
Digital Media
Digital Marketing
30 Minutes Ago
by Digipeddle
… but also support your marketing goals. Whether it’s a
basic
business site or a custom eCommerce platform, finding a team…
Re: Cannot run exe from asp.net
Programming
Web Development
6 Days Ago
by lennyli
… your server isn't running. > > > A very
basic
test: At the console prompt on your client machine, type…
Re: Digital Marketing Strategy for My Website
Digital Media
1 Day Ago
by Salem
https://en.wikipedia.org/wiki/Health_Insurance_Portability_and_Accountability_Act Or the equivalent for your jurisdiction. It doesn't matter how glossy your website is, if you f-up the
basic
security, you won't have any customers to worry about.
Re: Cannot run exe from asp.net
Programming
Web Development
6 Days Ago
by lennyli
I fixed the problem by ensuring the path is including python. Also on the server I must run pip install Thank you all All working now
Re: Cannot run exe from asp.net
Programming
Web Development
6 Days Ago
by Salem
Congrats on getting going. > Even if i run the setup and ticked the option "add to path", the echo %PATH% command didnt seem to show what i expected. Yeah, this won't transform the PATH of any existing process. In increasing annoyance order, you may have to: 1. Start a new cmd window 2. Log out and log in again 3. Reboot …
Re: Differential Directory, indexing method
Programming
Software Development
5 Days Ago
by xrjf
Just a quick update for anyone interested: I have revisited and significantly improved the code, aiming for a more professional structure and better performance. The updated version avoids freezing the UI during long operations and follows more robust programming practices. If you’d like to see DiDi in action, there is also a video …
Optimizing working with big data
Programming
Software Development
4 Weeks Ago
by Dani
… language of choice, and the one I work with big
data
with) as well as c++ (because I know DaniWeb has…
Re: Question/Answering over SQL Data Using LangGraph Framework
Programming
Computer Science
3 Weeks Ago
by Pelorus_1
Through its combination of natural language processing and structured query generation, LangGraph makes interfacing with databases and extracting insights over SQL
data
easier than ever.
Re: Data storage and retrieval - cache or database
Programming
Mobile Development
1 Week Ago
by jonathannweyer
If the "status" doesn't change frequently, caching is a solid option. You could fetch it from the database the first time it's needed, then store it in a cache (like in-memory or Redis, depending on your setup), and use that for subsequent loads.
Re: Optimizing working with big data
Programming
Software Development
3 Weeks Ago
by Salem
My first thoughts would be 1. What is large? Are we in the TB range or mere handfuls of GB? 2. How often do you need to do this? Is it once a day, once a month, or just once.
Re: Optimizing working with big data
Programming
Software Development
3 Weeks Ago
by Dani
> What is large? Are we in the TB range or mere handfuls of GB? For the sake of argument, let's use my use case and say dozens of gigs and millions of rows. > How often do you need to do this? Is it once a day, once a month, or just once. For me, the most important is real-time read and write performance to tables with millions of …
Re: Cannot run exe from asp.net
Programming
Web Development
1 Week Ago
by lennyli
… by default. > > Programs with a
visual
interface (like Notepad) usually won’t display anything because…using Python with the `socket` library to demonstrate
basic
remote control functionality. This example will allow one …~~~~^^ File "C:\Users\maxwi\client.py", line
6
, in main client_socket.connect(('192.168.0.2', 9999)) …
Re: Cannot run exe from asp.net
Programming
Web Development
2 Weeks Ago
by rproffitt
I see pritaeas has answered so I'll move to the next stage of the discussion which is to ask what you need in your web site. For example there is an "online notepad" which does some
basic
notepad work. And there are many screensavers that run from a webpage with an example at whitescreen.online . You can get there.
Re: Cannot run exe from asp.net
Programming
Web Development
2 Weeks Ago
by lennyli
… there is an "online notepad" which does some
basic
notepad work. And there are many screensavers that run from…
Re: Cannot run exe from asp.net
Programming
Web Development
1 Week Ago
by Salem
… the timeout because your server isn't running. A very
basic
test: At the console prompt on your client machine, type…
Re: Cannot run exe from asp.net
Programming
Web Development
1 Week Ago
by Neil_brown001
… app is very restricted by default. Programs with a
visual
interface (like Notepad) usually won’t display anything because… caching or differences in how IIS reads settings versus
Visual
Studio. Why the port number is different When you… run your site in
Visual
Studio, it uses a development web server (Kestrel …
Re: Cannot run exe from asp.net
Programming
Web Development
2 Weeks Ago
by john_111
… on the webserver however. Say a PHP script to handle
data
transfers such as access a database on the server. Or…
Cannot run exe from asp.net
Programming
Web Development
2 Weeks Ago
by lennyli
… web.config settings, and also i dont understand why the
visual
studio code will launch the site with a certain port…
Handling Real-Time DOM Sync in SSR React App with Dynamic Nested Routes
Programming
Web Development
2 Weeks Ago
by Neil_brown001
… components at multiple levels depend on both initial server-side
data
and real-time client-side updates via WebSockets. The challenge… add complexity, I'm using React Query for client-side
data
fetching (with staleTime optimization), and Zustand for global state management…
What’s Best Way to Clear File Contents Without Deleting the File in Linux
Hardware and Software
Linux and Unix
3 Weeks Ago
by adildixi
… dealing with similar situations—like managing large logs or resetting
data
files—you might find this detailed explanation useful. It covers…
Differential Directory, indexing method
Programming
Software Development
2 Weeks Ago
by xrjf
… to the disk record where the full key and its
data
are stored. For instance, if the first key inserted is… we insert "John Serrote", we find that position
6
in record 1 is not S, so we follow the…
Re: Differential Directory, indexing method
Programming
Software Development
2 Weeks Ago
by xrjf
…(2, 5) + (1, 7) → max 3 comparisons (3, 4) + (
6
, 8) → max 3 comparisons → Total so far: 10 comparisons Merge… of eight: (1, 2, 5, 7) + (3, 4,
6
, 8) → max 7 comparisons → Total: 17 comparisons Extending this to…the number of elements. This opens new perspectives for
data
indexing and retrieval, beyond traditional comparison-based sorting.
Re: Differential Directory, indexing method
Programming
Software Development
1 Week Ago
by noahevans
… deep hardware issue, we use efficient diagnostics and keep your
data
structure — and your device — running smoothly. Always impressed to see…
Re: Upgrade to Fiber internet
Hardware and Software
Networking
4 Weeks Ago
by Dani
… service going in and out. Every time we went to
report
an outage, Xfinity either completely denied that there was an… outage and wouldn't let us
report
it (since it was intermittent and constantly going in and…
Re: Any jQuery 4 users?
Programming
Web Development
1 Week Ago
by jkon
… handles all the heavy lifting, including AJAX, WebSockets, logical events,
data
manipulation, and architectural events. Replacing jQuery would be relatively easy… it and we prefer not to reinvent the wheel for
basic
DOM manipulation, we decided to keep it during our last…
Re: Google Search Console -> Page indexing
Digital Media
Digital Marketing
Search Engine Strategies
3 Weeks Ago
by ashleydent4u
… and have valuable content. Let us know what the indexing
report
says for more targeted help!
Re: Does Tools give 100% correct answers?
Digital Media
Digital Marketing
Search Engine Strategies
3 Weeks Ago
by ashleydent4u
… you need. They give you estimations based on their own
data
sets, which means there can be gaps or differences compared…
Re: Are we being played by AI? Let's Discuss!
Community Center
Meta DaniWeb
3 Weeks Ago
by Dani
….com/programming/software-development/threads/543234/optimizing-working-with-big-
data
) or [this one](https://www.daniweb.com/digital-media/ui…
Re: Is there anything special I should pay attention to when doing SEO?
Digital Media
Digital Marketing
Search Engine Strategies
2 Weeks Ago
by dianapps
… **technical SEO**—things like proper indexing, fixing broken links, structured
data
, and sitemap.xml can give you a solid edge. Hope…
Re: Problem with the external hard drive
Hardware and Software
Microsoft Windows
1 Week Ago
by asadalikhan
Don't format it! Try using recovery software like Recuva, EaseUS, or TestDisk to recover your files. If that fails, a professional
data
recovery service may be needed.
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