473,543 Members | 2,003 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Latest Bytes Forum

Support forums for various IT topics. Programming languages, databases, systems, applications and more. Subscribe to a community, participate, ask, share your expertise and network.
 
0
4,411
thread by: goatbishop | last post Oct 12 '21 by: goatbishop
Hello, I'm happy to join in this platform. I'm a graduate student and my research interests is machine learning. I'm working on subspace clustering and related work. This is my first article in Bytes. Unsupervised Learning The core of Artificial Intelligence is machine learning(ML), whose main task is to identify and distinguish between...
10
35,186
thread by: wvmitchell | last post Oct 12 '21 by: NeoPa
I am building a form to simulate the Access 2000-2003 database window, to use in Access 2007 so my users don't freak out with the new interface. I have a program called Resource Extractor form Alchemy Mindworks that allows extracting bitmaps and icons from EXE and DLL files, but I can't seem to find which file has the Access icons embedded. ...
0
5,231
thread by: suresh191 | last post Oct 11 '21 by: suresh191
. $HOME/sqllib/db2profile set -x LD=/dbamon/`whoami`/mon/hadr_stats mac=`hostname` DTTM=`date +"%y.%m.%d"` db=$1 user=`whoami` #NFCNLST=abc@gmail.com
2
4,893
thread by: MinkeAccess | last post Oct 10 '21 by: isladogs
Please can you help? I am trying to duplicate a form from a button using vba. This has worked for years using Allen Browne's "Duplicate the record in form and subform." http://allenbrowne.com/ser-57.html Now I want to change one of the fields to multivalue. I understand the difficulties with multivalued fields, but this is a 10 year old...
0
5,112
thread by: sanil123 | last post Oct 7 '21 by: sanil123
Sir How to change partialy a font size in a sentence placed in a label, In Ms access. For example in a releaving order program, we change the name of staff. The staff's name should be highlighted. sanil
10
7,073
thread by: fra1983 | last post Oct 7 '21 by: fra1983
I'm a programming beginner. . Now I'm having a problem that I struggle to solve ... I want to write a numeric data in the H2 tag that I import via API call. I have tried in various ways, making a console log the data exists but it seems that I am wrong something to richamarlo in H2. I seek help in understanding and resolving this error. Thank you...
2
7,998
thread by: khaskhoa | last post Oct 6 '21 by: bulieme
Hello, I tried to make a simple program that interacts with the user and asks about his gender. However, I cannot seem to make it work past line 7. Could someone help me please ? Thanks a lot :) print ("Hello, nice to meet you. What's your name ?") name = input() print ("Hi, " + name) print ("That's a beautiful name.") print ("As for me,...
0
5,229
thread by: shivambhatele | last post Oct 5 '21 by: shivambhatele
Introduction Data science is an emerging field in the IT industry. On the other hand, Software engineering is already well-established. Computer science graduates are usually aware of what software engineers are but have a vague knowledge of what data scientists do. Both these roles have their own importance in their respective teams. In this...
2
22,289
thread by: ganeshvkl | last post Oct 4 '21 by: safdarhus
hi , Is there any way to Stop Installing Software in Win XP(Without Third Party Control.) Thanx in Adv Ganesh
0
6,789
thread by: chakamal | last post Oct 4 '21 by: chakamal
Hi all. I am working with a database of 1.7 TB size which is in PostgreSQL 9.4. Kindly suggest how to take the pg_basebackup of such a huge data while replicating from master to slave. Regards, Amal Chakravarty.
18
13,427
thread by: Zachary1234 | last post Oct 2 '21 by: dev7060
I want to have a hyperlink file download in an HTML5 document I am running in 64 bit Firefox 90.0.2. I want to link an <a href> tag to some vanilla javascript, by AJAX and XMLHttpRequest. I want to use the javascript to examine the file download as it leaves the browser and goes to the download client device’s directory. I want the link to bring...
1
7,181
xarzu
thread by: xarzu | last post Oct 2 '21 by: xarzu
Where is the SQL Server Database Trigger Wizard or Dialog Box? This question is about SQL Server In the past, I have created a stored procedure that was run on a timely basis by (if I remember correctly) a database trigger. As I recall, there was a wizard (dialog box with "NEXT" buttons) that I used to set things up to have the stored...
0
5,896
thread by: Qwertyeerty | last post Oct 2 '21 by: Qwertyeerty
I am doing a 2D platformer using Unity, there is an object that moves by a script (the character). There are diamonds that are put on the level scene, they can be collected by the character. The character's class has a public field that saves the amount of collected diamonds . It's starting value is zero. I managed to make it so that when touching...
0
5,854
thread by: shivambhatele | last post Oct 1 '21 by: shivambhatele
I am trying to create a script that will automatically change the working directory to my Java code and then compile the code. I am able to change the directly to my path but I cannot figure out how to call the java compiler on the "filename" while taking the "filename" as an argument directly from the Terminal and i run this java code on the...
6
7,020
thread by: gdford | last post Sep 30 '21 by: NeoPa
VBA - MS Access What is the best way to approach this problem? I am trying to put a programming spec together. 1. I have a filtered query of data on a form 2. Each row of data needs to be exported as a unique workbook 3. File name for each workbook is derived from the row of data 4. An existing excel template is chosen for the new...
0
6,828
thread by: scc12 | last post Sep 30 '21 by: scc12
i am installing an existing vb.net application on a clients Citrix environment. and they are getting error when the app is accessing the information in the app.config file. for instance they get this error: the type initializer for system.transactions.diagnostics.diagonsticTrace threw an exception (the app worked fine on their Virtual...
0
5,838
thread by: Xillez | last post Sep 30 '21 by: Xillez
Hello! I'm trying to set up a scene in THREE.js using some different lighting sources, but the "floor" only reacts to AmbientLight (removed in three.js scene) and should be lit about the same as in the blender view. I've verified the normals on the model point outwards and the material has default blender material settings as...
0
6,396
thread by: shafiq1511 | last post Sep 29 '21 by: shafiq1511
This is my table ID ChartName ParentLevel 1 Assets 0 2 Liabilities 0 3 Cash 1 4 Bank 1 I am able to retrieve Treeview Parent Node successfully using below code,
8
6,138
Seth Schrock
thread by: Seth Schrock | last post Sep 29 '21 by: Seth Schrock
I have two queries that I'm trying to left join together based on three fields. When I do, I'm getting the results of an INNER join (only the two records that match in both queries). If I remove one of the fields from the join (making the join on two fields), then I get the results that I'm looking for - all the records from the left table and...
19
10,204
thread by: ridwan | last post Sep 28 '21 by: Check1123
Is there any way the table data in Mysql will be automatically updated from the Access database after exporting the first time? My Access table is updated every hour. How can i synchronize the transfer of data between the two database?
0
5,301
thread by: Scott103 | last post Sep 28 '21 by: Scott103
Hi im just trying to understand how Apache cluster nodes provide HA, but just trying to understand how the actual website data keeps in sync. How to all the big companies keep website (actual data) in sync between the nodes. Does this require a clustered storage system or filesystem etc, or is this something the web server supports ? Thanks
7
8,065
thread by: kiwipedia | last post Sep 28 '21 by: jordimarsa
Hi all I have a combo-box control which I've set as a required field. It's a date and uses a calendar as coded below. All works fine unless the user deletes a pre-existing value (leaving a 0-length string I guess) and then clicks in the Insertion control. This results in Runtime error '2110' with the message that "can't move the focus to...
0
9,207
thread by: Jordan Cooper | last post Sep 28 '21 by: Jordan Cooper
There's something wrong with my arrow keys. I suppose, I have accidentally turned on a Scroll Lock. How can I turn it off?
0
3,031
thread by: Jordan Cooper | last post Sep 28 '21 by: Jordan Cooper
I have attached a file of an example of my project.I have a column A, where there is a list of countries, and I want to do the next: if I place an index number of the country in E1, the name of the country will be shown in E2. Is it possible?
0
4,008
thread by: Zachary1234 | last post Sep 28 '21 by: Zachary1234
I have been trying to find active interest in a free for all use PostgreSQL extension, complete and available, on the public internet, that will support the following: High Precision Numeric and Elementary Functions Support ...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.